]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-10749 - fixed short php tag
authorpoltawski <poltawski>
Wed, 8 Aug 2007 19:48:14 +0000 (19:48 +0000)
committerpoltawski <poltawski>
Wed, 8 Aug 2007 19:48:14 +0000 (19:48 +0000)
blocks/search/lang/en_utf8/block_search.php

index 95cb61df1ed04a90de77f8c7733aa404e34fe74f..eb7d9cad984e89ccf84237fffa1fdd7bdc80095e 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 $string['blockname'] = 'Global Search';
 $string['configbuttonlabel'] = 'Button label';
 $string['configenablefileindexing'] = 'Enable file indexing';
@@ -11,4 +11,4 @@ $string['configsearchtext'] = 'Search text';
 $string['go'] = 'Go!';
 $string['bytes'] = ' bytes (0 stands for no limits)';
 $string['searchmoodle'] = 'Search Moodle';
-?>
\ No newline at end of file
+?>