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:
Eric J. Bowersox
2002-01-16 23:23:57 +00:00
parent 5bf40a92a1
commit 70b7b826a0
23 changed files with 65 additions and 49 deletions

View File

@@ -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">