We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c32a681 commit 7f864b0Copy full SHA for 7f864b0
misc/wiki-scripts/build_all.sh
@@ -28,8 +28,8 @@ function count_we {
28
echo "</td>"
29
else #empty
30
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>"
+ echo "<td>0 errors</td>"
+ echo "<td>0 warnings</td>"
33
echo "<td> ---- </td>"
34
fi
35
if [ -s $o ]; then
0 commit comments