소스 검색

Fixing indent

logicp 8 년 전
부모
커밋
ba5d73954e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      README.md

+ 2 - 2
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,4 +24,4 @@ Be sure to stick this in your theme:
           }
       }
   }
-  '''
+  }