Remove some unneeded html_safe calls [can be updated]
Created by: cirosantilli
Those calls are not necessary because:
-
content_tagcalls it on it's output already: what could make a difference would be to callhtml_safeon the input of that function - the concatenation
+ofSafeBuffer(returned byhtml_safe) is anotherSafeBuffer. -
link_tousescontent_tag