diff options
author | Andreas Gohr <andi@splitbrain.org> | 2013-02-22 09:46:43 +0100 |
---|---|---|
committer | Christopher Smith <chris@jalakai.co.uk> | 2013-02-24 12:39:02 +0000 |
commit | 11a53a83f01bf75d24afb7f184a4030d596958b4 (patch) | |
tree | 45c5617c95336600b82e740e04635d163ac9629a | |
parent | 5ab3b7775958f5a1f8db8c791eed4c4a035c284a (diff) | |
download | rpg-11a53a83f01bf75d24afb7f184a4030d596958b4.tar.gz rpg-11a53a83f01bf75d24afb7f184a4030d596958b4.tar.bz2 |
little change to syntax we had on the life site
-rw-r--r-- | data/pages/wiki/syntax.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/pages/wiki/syntax.txt b/data/pages/wiki/syntax.txt index 55bbabab2..f2c2864ed 100644 --- a/data/pages/wiki/syntax.txt +++ b/data/pages/wiki/syntax.txt @@ -83,9 +83,9 @@ Windows shares like [[\\server\share|this]] are recognized, too. Please note tha Notes: * For security reasons direct browsing of windows shares only works in Microsoft Internet Explorer per default (and only in the "local zone"). - * For Mozilla and Firefox it can be enabled through different workaround mentioned in the [[http://kb.mozillazine.org/Links_to_local_pages_do_not_work|Mozilla Knowledge Base]]. However, there will still be a JavaScript warning about trying to open a Windows Share. To remove this warning (for all users), put the following line in ''conf/local.protected.php'': + * For Mozilla and Firefox it can be enabled through different workaround mentioned in the [[http://kb.mozillazine.org/Links_to_local_pages_do_not_work|Mozilla Knowledge Base]]. However, there will still be a JavaScript warning about trying to open a Windows Share. To remove this warning (for all users), put the following line in ''conf/userscript.js'': - $lang['js']['nosmblinks'] = ''; + LANG.nosmblinks = ''; ==== Image Links ==== |