Selaa lähdekoodia

Fixing indent

logicp 8 vuotta sitten
vanhempi
commit
18ebd72a14
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -3,7 +3,7 @@
 Integration of Cesium JS 3D mapping software with Drupal 8
 
 Be sure to stick this in your theme:
-
+'''
   function myTheme_preprocess_page(&$variables) {
       $langCode = \Drupal::languageManager()->getCurrentLanguage()->getId();
       if (\Drupal::service('path.current')->getPath() === '/map') {
@@ -24,3 +24,4 @@ Be sure to stick this in your theme:
           }
       }
   }
+  '''