Skip to content
Snippets Groups Projects
Commit 5ece862c authored by Anika Henke's avatar Anika Henke
Browse files

Revert "Trim unnecessary / at start of windowssharelink"

parent 38c87bd8
No related branches found
No related tags found
No related merge requests found
...@@ -1033,7 +1033,6 @@ class Doku_Renderer_xhtml extends Doku_Renderer { ...@@ -1033,7 +1033,6 @@ class Doku_Renderer_xhtml extends Doku_Renderer {
$link['title'] = $this->_xmlEntities($url); $link['title'] = $this->_xmlEntities($url);
$url = str_replace('\\', '/', $url); $url = str_replace('\\', '/', $url);
$url = ltrim($url,'/');
$url = 'file:///'.$url; $url = 'file:///'.$url;
$link['url'] = $url; $link['url'] = $url;
......
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