close tag rather than open a new one
authorjeff <jeff>
Thu, 8 Apr 2010 19:23:48 +0000 (19:23 +0000)
committerjeff <jeff>
Thu, 8 Apr 2010 19:23:48 +0000 (19:23 +0000)
httemplate/elements/about_rt.html

index e3ee140..bdc8519 100644 (file)
@@ -2,7 +2,7 @@
 % eval "use RT;"; 
 
 <FONT SIZE="-2" STYLE="color:#999999">
-   <A HREF="http://www.bestpractical.com/rt" TARGET="_blank" STYLE="color:#999999">RT<A>&nbsp;v<% $RT::VERSION %><BR>
+   <A HREF="http://www.bestpractical.com/rt" TARGET="_blank" STYLE="color:#999999">RT</A>&nbsp;v<% $RT::VERSION %><BR>
    <A HREF="http://wiki.bestpractical.com/" TARGET="_blank" STYLE="color:#999999">Documentation</A>
 </FONT>
 % }