|
From: creedon <icr...@us...> - 2005-12-19 01:56:55
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9418 Modified Files: langhtml.c Log Message: end hr tag with space slash for compatibility with post HTML 4.01 standards Index: langhtml.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langhtml.c,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** langhtml.c 1 Nov 2005 18:13:10 -0000 1.7 --- langhtml.c 19 Dec 2005 01:56:43 -0000 1.8 *************** *** 74,82 **** #define fldebugwebsite false ! #define str_separatorline "\x17<hr size=2 width=100%>\r" #define str_macroerror "\x20<b>[</b>Macro error: ^0<b>]</b>\r" #define str_mailto "\x1A<a href=\"mailto:^0\">^0</a>" #define str_hotlink "\x13<a href=\"^0\">^1</a>" ! #define str_pagebreak "\x05<p />" /* 2005-10-29 creedon - changed from <p> to <p /> compatibility with post HTML 4.01 standards */ #define str_startbold "\x03<b>" #define str_endbold "\x04</b>" --- 74,82 ---- #define fldebugwebsite false ! #define str_separatorline "\x17<hr size=2 width=100% />\r"/* 2005-12-18 creedon - end tag with space slash for compatibility with post HTML 4.01 standards */ #define str_macroerror "\x20<b>[</b>Macro error: ^0<b>]</b>\r" #define str_mailto "\x1A<a href=\"mailto:^0\">^0</a>" #define str_hotlink "\x13<a href=\"^0\">^1</a>" ! #define str_pagebreak "\x05<p />" /* 2005-10-29 creedon - changed from <p> to <p /> for compatibility with post HTML 4.01 standards */ #define str_startbold "\x03<b>" #define str_endbold "\x04</b>" |