Commit 409e6544 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

logger: use <strong> rather than <b> in strict HTML

parent cd659727
......@@ -62,9 +62,9 @@
" </head>\n" \
" <body style=\"background-color: #000000; color: #aaaaaa;\">\n" \
" <pre>\n" \
" <b>-- logger module started --</b>\n"
" <strong>-- logger module started --</strong>\n"
#define HTML_FOOTER \
" <b>-- logger module stopped --</b>\n" \
" <strong>-- logger module stopped --</strong>\n" \
" </pre>\n" \
" </body>\n" \
"</html>\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment