diff options
author | Matt Perry <matt@mattperry.com> | 2013-09-10 22:17:43 -0700 |
---|---|---|
committer | Matt Perry <matt@mattperry.com> | 2013-09-10 22:17:43 -0700 |
commit | 2f7a0e94cadfbc1ece3bd1d3ff23483b845cd420 (patch) | |
tree | 2cf3cae2992572780613d7947c6e6b32ad7e84cd /inc/parser/xhtml.php | |
parent | 010b7000dc28ca11be8f8f679319fe846ca2723f (diff) | |
download | rpg-2f7a0e94cadfbc1ece3bd1d3ff23483b845cd420.tar.gz rpg-2f7a0e94cadfbc1ece3bd1d3ff23483b845cd420.tar.bz2 |
Fix CodeSniffer whitespace violoations
Removed extraneous whitespace to eliminate errors reported by the
Squiz.WhiteSpace.SuperfluousWhitespace sniff.
Diffstat (limited to 'inc/parser/xhtml.php')
-rw-r--r-- | inc/parser/xhtml.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php index e269563fe..848afbd4f 100644 --- a/inc/parser/xhtml.php +++ b/inc/parser/xhtml.php @@ -737,7 +737,6 @@ class Doku_Renderer_xhtml extends Doku_Renderer { $link['class'] = 'media'; } - $link['title'] = $this->_xmlEntities($url); $url = str_replace('\\','/',$url); $url = 'file:///'.$url; |