HTML: Print partial results in bold
authorZdeněk Šustr <sustr4@cesnet.cz>
Tue, 28 Feb 2012 15:28:02 +0000 (15:28 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Tue, 28 Feb 2012 15:28:02 +0000 (15:28 +0000)
org.glite.testsuites.ctb/LB/tests/test-common.sh

index 520fb27..15ed38e 100644 (file)
@@ -176,24 +176,24 @@ spacefill="&nbsp;&nbsp;&nbsp;"
 is_html=1
 
 begin_bold="<b>"
-begin_black="<font color=\"black\">"
-begin_red="<font color=\"red\">"
-begin_green="<font color=\"green\">"
-begin_yellow="<font color=\"orange\">"
-begin_blue="<font color=\"blue\">"
-begin_magenta="<font color=\"magenta\">"
-begin_cyan="<font color=\"cyan\">"
-begin_white="<font color=\"white\">"
+begin_black="<b><font color=\"black\">"
+begin_red="<b><font color=\"red\">"
+begin_green="<b><font color=\"green\">"
+begin_yellow="<b><font color=\"orange\">"
+begin_blue="<b><font color=\"blue\">"
+begin_magenta="<b><font color=\"magenta\">"
+begin_cyan="<b><font color=\"cyan\">"
+begin_white="<b><font color=\"white\">"
 
 end_bold="</b>"
-end_black="$ENDFONT"
-end_red="$ENDFONT"
-end_green="$ENDFONT"
-end_yellow="$ENDFONT"
-end_blue="$ENDFONT"
-end_magenta="$ENDFONT"
-end_cyan="$ENDFONT"
-end_white="$ENDFONT"
+end_black="$ENDFONT</b>"
+end_red="$ENDFONT</b>"
+end_green="$ENDFONT</b>"
+end_yellow="$ENDFONT</b>"
+end_blue="$ENDFONT</b>"
+end_magenta="$ENDFONT</b>"
+end_cyan="$ENDFONT</b>"
+end_white="$ENDFONT</b>"
 
 set_test
 }