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

fix for XSS bug #595

darcs-hash:20051018200633-7ad00-959b25da1390a8d86e546b59ffe9a49094afb205.gz
parent 640e78a8
No related branches found
No related tags found
No related merge requests found
......@@ -676,6 +676,7 @@ class Doku_Renderer_xhtml extends Doku_Renderer {
$link['class']='media';
}
$address = $this->_xmlEntities($address);
$address = obfuscate($address);
$title = $address;
if(empty($name)){
......
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