Skip to content

Commit 7f864b0

Browse files
committed
schema matrix - don't color text for 0 errors or warnings
1 parent c32a681 commit 7f864b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

misc/wiki-scripts/build_all.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ function count_we {
2828
echo "</td>"
2929
else #empty
3030
echo "<tr><td><b>$1</b></td>"
31-
echo "<td><font color="red">0 errors</font></td>"
32-
echo "<td><font color="blue">0 warnings</font></td>"
31+
echo "<td>0 errors</td>"
32+
echo "<td>0 warnings</td>"
3333
echo "<td> ---- </td>"
3434
fi
3535
if [ -s $o ]; then

0 commit comments

Comments
 (0)