1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-06-26 04:13:16 +03:00

schhist/schhist2web: > was missing in IMG tag for unchanged.png (vertical bar)

This commit is contained in:
Werner Almesberger 2011-10-01 09:49:31 -03:00
parent 886de1554a
commit 41a65ca819

View File

@ -394,7 +394,7 @@ for n in `cd "$dir" && git rev-list $first..HEAD~1` $first; do
if [ -f "$a0" -a -f "$b0" ]; then
s="$s<TD align=\"center\" valign=\"middle\">"
if ! pngdiff cat "$diff" "$a1" "$b1" "$a0" "$b0"; then
s="$s<IMG src=\"unchanged.png\""
s="$s<IMG src=\"unchanged.png\">"
continue
fi
pngdiff shrink "$thumb" -f $THUMB_OPTS "$a2" "$b2" "$a0" "$b0" ||