Added newline on </div>.

The tag <div> (in contrast to the tag <span>) is normally used to denote content placed on a line by its own. So it makes sense to trigger a newline when </div> is processed.
This commit is contained in:
Oliver Schmidt 2013-02-19 00:43:16 +01:00
parent 4938877dd9
commit 374c89be01
4 changed files with 32 additions and 24 deletions

View file

@ -1,5 +1,6 @@
extern const char html_slasha[4];
extern const char html_slashcenter[9];
extern const char html_slashdiv[6];
extern const char html_slashform[7];
extern const char html_slashh[4];
extern const char html_slashscript[9];