Skip to content
Snippets Groups Projects
Commit 943dedc6 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

fixed problem with #section added to all links

darcs-hash:20070625204256-7ad00-928a9544d9a5f161bd2b445f49dfc5be22703153.gz
parent aaf53f82
No related branches found
No related tags found
No related merge requests found
......@@ -516,7 +516,7 @@ class Doku_Renderer_xhtml extends Doku_Renderer {
//keep hash anchor
list($id,$hash) = explode('#',$id,2);
$hash = $this->_headerToLink($hash);
if(!empty($hash)) $hash = $this->_headerToLink($hash);
//prepare for formating
$link['target'] = $conf['target']['wiki'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment