Added missing 'break' which caused spurious </FONT></TD> markup before
list items git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13772 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
414eab6de6
commit
db0faf5895
@ -2110,6 +2110,7 @@ bool HTMLOnArgument(int macroId, int arg_no, bool start)
|
||||
descriptionItemArg = GetArgChunk();
|
||||
return FALSE;
|
||||
}
|
||||
return TRUE;
|
||||
}
|
||||
case ltTWOCOLITEM:
|
||||
case ltTWOCOLITEMRULED:
|
||||
|
Loading…
Reference in New Issue
Block a user