mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-15 02:24:07 +00:00
Followup r82476, update README
This commit is contained in:
parent
8b3fe7231c
commit
21b45c109a
6
README
6
README
|
@ -6,8 +6,8 @@ for updated informations:
|
|||
|
||||
== Requirements ==
|
||||
|
||||
This version of the extension has been tested with GeSHi 1.0.8.9 and MediaWiki 1.17
|
||||
as of 2010-10-07. It may or may not work with earlier versions of the aforementioned
|
||||
This version of the extension has been tested with GeSHi 1.0.8.10 and MediaWiki 1.18
|
||||
as of 2011-02-19. It may or may not work with earlier versions of the aforementioned
|
||||
software. To get releases of this extension compatible with earlier versions of
|
||||
MediaWiki, visit:
|
||||
|
||||
|
@ -50,7 +50,7 @@ On the wiki page, you can now use "source" elements:
|
|||
v = "string"; // sample initialization
|
||||
?>
|
||||
html text
|
||||
<?
|
||||
<?php
|
||||
echo v; // end of php code
|
||||
?>
|
||||
</source>
|
||||
|
|
Loading…
Reference in a new issue