[vlc-commits] logger: use <strong> rather than <b> in strict HTML

Rémi Denis-Courmont git at videolan.org
Thu Sep 22 15:33:31 CEST 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Sep 22 16:31:50 2011 +0300| [409e6544d3e8ae31f2a562aca421d0153035ead9] | committer: Rémi Denis-Courmont

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

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=409e6544d3e8ae31f2a562aca421d0153035ead9
---

 modules/misc/logger.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/misc/logger.c b/modules/misc/logger.c
index 6500d07..9cc4ee6 100644
--- a/modules/misc/logger.c
+++ b/modules/misc/logger.c
@@ -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"



More information about the vlc-commits mailing list