removed the automatic HTML escaping from content headers and moved it out
to the JSPs and other classes as needed...this may speed up things a tiny bit, but will definitely help in displaying topic names with HTML and escaped characters correctly
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
%>
|
||||
<util:comment>Members view for community <comm:name/></util:comment>
|
||||
<util:header title="Members of Community:">
|
||||
<util:subtitle><comm:name/></util:subtitle>
|
||||
<util:subtitle><util:escape><comm:name/></util:escape></util:subtitle>
|
||||
</util:header>
|
||||
<util:font color="content.fg" size="subhead"><B>Find members of community "<comm:name/>":</B></util:font><P>
|
||||
<util:form action="comm/members.js.vs" type="servlet"><DIV CLASS="content">
|
||||
|
||||
Reference in New Issue
Block a user