14,957
edits
No edit summary |
mNo edit summary |
||
| Line 11: | Line 11: | ||
* modify the translation file (UTF-8 without BOM) | * modify the translation file (UTF-8 without BOM) | ||
: inc/lang/en/edit.txt (or inc/lang/zh-tw/edit.txt) | : inc/lang/en/edit.txt (or inc/lang/zh-tw/edit.txt) | ||
''Original code'': | |||
<pre> | <pre> | ||
Edit the page and hit ''Save''. See [[wiki:syntax]] for Wiki syntax. | |||
</pre> | |||
''Modified code'': | |||
<pre> | |||
Edit the page and hit ''Save''. See <html><a href="http://wiki.splitbrain.org/wiki:syntax" target="_blank"> | |||
syntax</a></html> for Wiki syntax. | |||
</pre> | </pre> | ||
: '''Note''': the wiki syntax include in the < html > region will disabled. | : '''Note''': the wiki syntax include in the < html > region will disabled. | ||