Replace unicode characters with SVG for compatibility
This commit is contained in:
@ -442,7 +442,7 @@ jQuery(document).ready(function($)
|
||||
result += '<td class="photo">☆</td>';
|
||||
|
||||
if (i.help == "yes")
|
||||
result += '<td class="help">‼︎</td>'
|
||||
result += '<td class="help"><img width="5rem" src="styles/icons/exclamation-mark.svg"></td>'
|
||||
else
|
||||
result += '<td> </td>'
|
||||
|
||||
|
Reference in New Issue
Block a user