From: Harvie Date: Sun, 20 Jun 2010 01:44:11 +0000 (+0200) Subject: cleaned up code after merge X-Git-Url: https://git.harvie.cz/?p=mirrors%2FDokuWiki-Plugin-SVGEdit.git;a=commitdiff_plain;h=34612ed6f43b1714c084992ad8de5c464b48f529 cleaned up code after merge --- diff --git a/syntax.php b/syntax.php index cc19454..442d45f 100755 --- a/syntax.php +++ b/syntax.php @@ -52,10 +52,11 @@ class syntax_plugin_svgedit extends DokuWiki_Syntax_Plugin { if ($format!='xhtml') return; global $ID; -// $renderer->doc .= ""; $is_webkit= preg_match('/webkit/', strtolower($_SERVER['HTTP_USER_AGENT']) ); // dirty, but fast /n3k/ - if ($is_webkit) { $svgtag=''.$svgtag.$svgenc.'" alt="svg-image@'.$ID.'" />'."
";