From 3b1290f50d2e20f34040bdde3bbe241704a33793 Mon Sep 17 00:00:00 2001 From: Michael Klier Date: Sat, 11 Oct 2008 16:39:46 +0200 Subject: FS#1134 remove inline javascript from windows shares darcs-hash:20081011143946-23886-78628e3ca7ec0c40f5d288c6a9832cd52b8b083b.gz --- inc/parser/xhtml.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'inc/parser') 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 ) { -- cgit v1.2.3