diff options
author | jeff <jeff> | 2010-04-08 19:24:15 +0000 |
---|---|---|
committer | jeff <jeff> | 2010-04-08 19:24:15 +0000 |
commit | 16b4771765705e6816b5c0f34154a93e158c5f70 (patch) | |
tree | 19e9c02970201320a53320467b02a58de7ce84e2 | |
parent | 9f991af44fca1656eebe4719c14d72c732b111d0 (diff) |
close tag rather than open a new one
-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> % } |