Add title attribute to gitrepo link.
authorW. Trevor King <wking@drexel.edu>
Wed, 13 Oct 2010 18:43:33 +0000 (14:43 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 13 Oct 2010 18:43:33 +0000 (14:43 -0400)
templates/gitrepo.mdwn

index 7719dd26cbc98023ec9fe516e91bac22b46e93aa..03e26828997cee7aba49ddcd8fc15ca78227f17c 100644 (file)
@@ -1,6 +1,6 @@
 <span class="infobox">
 Available in a [[!taglink tags/git]] repository.<br />
-Repository: <a href="<TMPL_IF url><TMPL_VAR url><TMPL_ELSE>/~wking/code/git/git.php?p=<TMPL_VAR repo>.git</TMPL_IF>" rel="vcs-git"><TMPL_VAR repo></a><br />
+Repository: <a href="<TMPL_IF url><TMPL_VAR url><TMPL_ELSE>/~wking/code/git/git.php?p=<TMPL_VAR repo>.git</TMPL_IF>" rel="vcs-git" title="<TMPL_VAR repo> repository"><TMPL_VAR repo></a><br />
 Author: <TMPL_UNLESS author>W. Trevor King</TMPL_UNLESS><TMPL_VAR author><br />
 </span>