diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2010-05-08 17:36:26 -0500 |
---|---|---|
committer | Jeremy Olexa <jolexa@jolexa.net> | 2010-05-08 17:36:26 -0500 |
commit | 89b81cb22a2c3b8aca9828a705e1d3f13f586572 (patch) | |
tree | 1e246acd22633f81192b3ba721151c36a2b79a66 /include/dir_header.ezt | |
parent | Fix header to display checkout instructions (diff) | |
download | gentoo-viewvc-templates-89b81cb22a2c3b8aca9828a705e1d3f13f586572.tar.gz gentoo-viewvc-templates-89b81cb22a2c3b8aca9828a705e1d3f13f586572.tar.bz2 gentoo-viewvc-templates-89b81cb22a2c3b8aca9828a705e1d3f13f586572.zip |
Make anon.g.o links clickable
Diffstat (limited to 'include/dir_header.ezt')
-rw-r--r-- | include/dir_header.ezt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dir_header.ezt b/include/dir_header.ezt index b9f1d8d..9c01ee5 100644 --- a/include/dir_header.ezt +++ b/include/dir_header.ezt @@ -34,9 +34,9 @@ cvs -d :ext:<i>${USER}</i>@cvs.gentoo.org:/var/cvsroot co [rootname][p] <span class="vc_navheader">More Information: <b> [is roottype "svn"] -http://anonsvn.gentoo.org/ +<a href="http://anonsvn.gentoo.org/">http://anonsvn.gentoo.org/</a> [else] -http://anoncvs.gentoo.org/ +<a href="http://anoncvs.gentoo.org/">http://anoncvs.gentoo.org/</a> [end] </b> </span> |