mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
HTML_SPECIALCHARS bei Suche um leerzeichen rauszufiltern
This commit is contained in:
+1
-1
@@ -160,7 +160,7 @@ function DrawLink($link, $target, $name, $content_id=null, $open=null)
|
||||
$class='class="selected"';
|
||||
else
|
||||
$class='';
|
||||
echo '<a '.$class.' href="'.$link.'" target="'.$target.'" title="'.$name.'">'.$name.'</a>';
|
||||
echo '<a '.$class.' href="'.$link.'" target="'.$target.'" title="'.htmlspecialchars($name).'">'.htmlspecialchars($name).'</a>';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user