[Lxr-commits] CVS: lxr source,1.67,1.68
Brought to you by:
ajlittoz
From: Andre-Littoz <ajl...@us...> - 2013-11-29 15:44:59
|
Update of /cvsroot/lxr/lxr In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12861 Modified Files: source Log Message: source, lxr.css: add cvsweb CSS/HTML class This class is used to tag an <A> link to a CVS log so that it can be given the look of a button. Index: source =================================================================== RCS file: /cvsroot/lxr/lxr/source,v retrieving revision 1.67 retrieving revision 1.68 diff -u -d -r1.67 -r1.68 --- source 8 Nov 2013 12:32:37 -0000 1.67 +++ source 29 Nov 2013 15:44:55 -0000 1.68 @@ -881,7 +881,7 @@ if (exists($config->{'cvswebprefix'})) { my $revtarget = ''; $revtarget = "#rev$releaseid" if lc($releaseid) ne 'head'; - print '<a href="' + print '<a class="cvsweb" href="' . $config->{'cvswebprefix'} . $pathname . $config->{'cvswebpostfix'} |