Skip to content
Snippets Groups Projects
Commit 1011dd7a authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #7310 add xssafe in update note

parent b93781dc
No related branches found
No related tags found
No related merge requests found
......@@ -382,7 +382,7 @@ switch ($mode) {
$content .= '</option>';
}
$content .= '</select><br />';
$content .= '<textarea style="width:500px" cols="70" rows="10" name="notes" id="notes">'.$notes.'</textarea>';
$content .= '<textarea style="width:500px" cols="70" rows="10" name="notes" id="notes">'.functions::xssafe($notes).'</textarea>';
$content .= '<h3 class="sstit" style="color: red">'._THIS_NOTE_IS_VISIBLE_BY.'</h3>';
$content .= '<table align="center" width="100%" id="template_entities">';
$content .= '<tr><td width="20%" align="center">';
......
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