Przeglądaj źródła

[Debug] Show errors

Foppe Hemminga 5 lat temu
rodzic
commit
68ad6d397a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      index.php

+ 1 - 1
index.php

@@ -140,7 +140,7 @@ assert( '$screen >= 0', "By now \$screen should be set to a value >= 0." );
                   $screen = 0;
               }
               // Choose or add a maintainer; default screen
-              print( "<pre>&{screen}</pre>" );
+              print( "<pre>${screen}</pre>" );
               print( $snippets[$screen] );
               ?>
           </div>