Index: trunk/extensions/SyntaxHighlight_GeSHi/README |
— | — | @@ -6,8 +6,8 @@ |
7 | 7 | |
8 | 8 | == Requirements == |
9 | 9 | |
10 | | -This version of the extension has been tested with GeSHi 1.0.8.9 and MediaWiki 1.17 |
11 | | -as of 2010-10-07. It may or may not work with earlier versions of the aforementioned |
| 10 | +This version of the extension has been tested with GeSHi 1.0.8.10 and MediaWiki 1.18 |
| 11 | +as of 2011-02-19. It may or may not work with earlier versions of the aforementioned |
12 | 12 | software. To get releases of this extension compatible with earlier versions of |
13 | 13 | MediaWiki, visit: |
14 | 14 | |
— | — | @@ -50,7 +50,7 @@ |
51 | 51 | v = "string"; // sample initialization |
52 | 52 | ?> |
53 | 53 | html text |
54 | | -<? |
| 54 | +<?php |
55 | 55 | echo v; // end of php code |
56 | 56 | ?> |
57 | 57 | </source> |