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:
@@ -29,7 +29,9 @@
|
||||
String tmp;
|
||||
%>
|
||||
<util:comment>Profile for community #<comm:ID/></util:comment>
|
||||
<util:header title="Community Profile:" subtitle="<%= comm.getName() %>"/>
|
||||
<util:header title="Community Profile:">
|
||||
<util:subtitle><util:escape><%= comm.getName() %></util:escape></util:subtitle>
|
||||
</util:header>
|
||||
<TABLE BORDER=0 CELLPADDING=6 CELLSPACING=0><TR VALIGN=TOP>
|
||||
<TD ALIGN=LEFT CLASS="c2"><util:font color="content.fg" size="profile-dates">
|
||||
<%= view.getRequestAttribute("community.logo").toString() %><BR>
|
||||
|
||||
Reference in New Issue
Block a user