Selaa lähdekoodia

Fixing indent

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

+ 1 - 2
README.md

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