mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-05 04:46:15 +02:00
schhist/schhist2web: > was missing in IMG tag for unchanged.png (vertical bar)
This commit is contained in:
parent
886de1554a
commit
41a65ca819
@ -394,7 +394,7 @@ for n in `cd "$dir" && git rev-list $first..HEAD~1` $first; do
|
|||||||
if [ -f "$a0" -a -f "$b0" ]; then
|
if [ -f "$a0" -a -f "$b0" ]; then
|
||||||
s="$s<TD align=\"center\" valign=\"middle\">"
|
s="$s<TD align=\"center\" valign=\"middle\">"
|
||||||
if ! pngdiff cat "$diff" "$a1" "$b1" "$a0" "$b0"; then
|
if ! pngdiff cat "$diff" "$a1" "$b1" "$a0" "$b0"; then
|
||||||
s="$s<IMG src=\"unchanged.png\""
|
s="$s<IMG src=\"unchanged.png\">"
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
pngdiff shrink "$thumb" -f $THUMB_OPTS "$a2" "$b2" "$a0" "$b0" ||
|
pngdiff shrink "$thumb" -f $THUMB_OPTS "$a2" "$b2" "$a0" "$b0" ||
|
||||||
|
Loading…
Reference in New Issue
Block a user