[Trac-tickets] [The Trac Project] #2000: Project name is not escaped in <title/> tag in HTML

The Trac Project noreply at edgewall.com
Thu Sep 1 16:02:56 CDT 2005


#2000: Project name is not escaped in <title/> tag in HTML
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |       Owner:  jonas
     Type:  defect     |      Status:  new  
 Priority:  lowest     |   Milestone:       
Component:  general    |     Version:  devel
 Severity:  trivial    |   Keywords:             |  
-----------------------+----------------------------------------------------
 If Trac.ini has this:
 {{{
 [project]
 name = X&Y
 }}}
 ...then <title/> will contain unescaped ampersand. Not crucial, and can be
 fixed right now by using
 {{{
 [project]
 name = Xamp;Y
 }}}

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/2000>
The Trac Project <http://trac.edgewall.com/>


More information about the Trac-Tickets mailing list