Bläddra i källkod

Fixing indent

logicp 8 år sedan
förälder
incheckning
0088eddc58
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      README.md

+ 2 - 1
README.md

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