add new alt tag to the vcdisplay call.

This commit is contained in:
kestes%walrus.com 2003-02-11 00:29:57 +00:00
Родитель 5e8c8a6264
Коммит 815181c087
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -12,8 +12,8 @@
# server. No locks are used by the mail processes, data is passed to
# the tinderbox server in a maildir like format.
# $Revision: 1.29 $
# $Date: 2002-05-08 22:42:09 $
# $Revision: 1.30 $
# $Date: 2003-02-11 00:29:57 $
# $Author: kestes%walrus.com $
# $Source: /home/jrmuizel/cvs-mirror/mozilla/webtools/tinderbox2/src/bin/processmail_builds,v $
# $Name: $
@ -810,6 +810,7 @@ sub highlight_errors {
'file' => $error[0],
'line' => $error[1],
'linktxt' => $line,
'alt_linktxt' => $line,
);
}