Commit 6ec6916f authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

(legacy) small xss fix in system_camanager.php

parent a287f690
......@@ -576,7 +576,7 @@ endif; ?>
?>
<option value="<?=$ca['refid'];
?>"<?=$selected;
?>><?=$ca['descr'];?></option>
?>><?=htmlspecialchars($ca['descr']);?></option>
<?php
endforeach; ?>
</select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment