from Dawn Endico <dawn@cannibal.mi.org>:

remove the hard space from the template. Its now the job of the
description function to provide a space in case of a blank desc.
This commit is contained in:
jwz%netscape.com 1998-07-28 19:17:14 +00:00
Родитель 389c07fd5e
Коммит 76541b4016
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -12,7 +12,7 @@
<TD NOWRAP VALIGN=TOP ALIGN=LEFT>$namelink </TD>
<TD NOWRAP VALIGN=TOP ALIGN=RIGHT>$filesize{$kbytes} </TD>
<TD NOWRAP VALIGN=TOP ALIGN=RIGHT><FONT SIZE="-1">$modtime</FONT> </TD>
<TD VALIGN=TOP ALIGN=LEFT>&nbsp;$description{<i>$desctext</i>}
<TD VALIGN=TOP ALIGN=LEFT>$description{<i>$desctext</i>}
</TD>
</TR>
}