summaryrefslogtreecommitdiff
path: root/inc/parser
diff options
context:
space:
mode:
authorMichael Klier <chi@chimeric.de>2008-10-11 16:39:46 +0200
committerMichael Klier <chi@chimeric.de>2008-10-11 16:39:46 +0200
commit3b1290f50d2e20f34040bdde3bbe241704a33793 (patch)
tree8f913e79ce3c001eae130e2b96a3b1f07fbd7f26 /inc/parser
parent1c882ba8aab7be62fd4e47cccf74acab65a7ff4d (diff)
downloadrpg-3b1290f50d2e20f34040bdde3bbe241704a33793.tar.gz
rpg-3b1290f50d2e20f34040bdde3bbe241704a33793.tar.bz2
FS#1134 remove inline javascript from windows shares
darcs-hash:20081011143946-23886-78628e3ca7ec0c40f5d288c6a9832cd52b8b083b.gz
Diffstat (limited to 'inc/parser')
-rw-r--r--inc/parser/xhtml.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php
index 9b8736256..9609842bf 100644
--- a/inc/parser/xhtml.php
+++ b/inc/parser/xhtml.php
@@ -610,10 +610,6 @@ class Doku_Renderer_xhtml extends Doku_Renderer {
$link['pre'] = '';
$link['suf'] = '';
$link['style'] = '';
- //Display error on browsers other than IE
- $link['more'] = 'onclick="if(document.all == null){alert(\''.
- str_replace('\\\\n','\\n',addslashes($lang['nosmblinks'])).
- '\');}"';
$link['name'] = $this->_getLinkTitle($name, $url, $isImage);
if ( !$isImage ) {