瀏覽代碼

Fixing indent

logicp 8 年之前
父節點
當前提交
18ebd72a14
共有 1 個文件被更改,包括 2 次插入1 次删除
  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:
           }
       }
   }
+  '''