Replace unicode characters with SVG for compatibility

This commit is contained in:
2021-02-12 18:43:12 +01:00
parent b400c79d42
commit e9dcc57fd4
7 changed files with 53 additions and 21 deletions

View File

@ -442,7 +442,7 @@ jQuery(document).ready(function($)
result += '<td class="photo">&#x2606;</td>';
if (i.help == "yes")
result += '<td class="help">&#8252;&#xFE0E;</td>'
result += '<td class="help"><img width="5rem" src="styles/icons/exclamation-mark.svg"></td>'
else
result += '<td>&nbsp;</td>'