diff options
author | jeff <jeff> | 2010-04-08 19:23:48 +0000 |
---|---|---|
committer | jeff <jeff> | 2010-04-08 19:23:48 +0000 |
commit | 93870d3dc8771fa558fb942f22c82b4d48e51bfb (patch) | |
tree | d8f34e79d0b376790b646665b0a0ff91080f1a69 /httemplate | |
parent | 8a10cadd86e9c721fd6f81e2e28b4d0ccfd0d8da (diff) |
close tag rather than open a new one
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/elements/about_rt.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/about_rt.html b/httemplate/elements/about_rt.html index e3ee140c9..bdc851959 100644 --- a/httemplate/elements/about_rt.html +++ b/httemplate/elements/about_rt.html @@ -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> v<% $RT::VERSION %><BR> + <A HREF="http://www.bestpractical.com/rt" TARGET="_blank" STYLE="color:#999999">RT</A> v<% $RT::VERSION %><BR> <A HREF="http://wiki.bestpractical.com/" TARGET="_blank" STYLE="color:#999999">Documentation</A> </FONT> % } |