Skip to content

Commit

Permalink
Added HTML5 self-closing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
duncannz authored and b4n committed Jan 13, 2013
1 parent c45a4f3 commit e506a37
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/utils.c
Expand Up @@ -341,12 +341,20 @@ gboolean utils_is_short_html_tag(const gchar *tag_name)
"base",
"basefont", /* < or not < */
"br",
"col",
"command",
"embed",
"frame",
"hr",
"img",
"input",
"keygen",
"link",
"meta"
"meta",
"param",
"source",
"track",
"wbr"
};

if (tag_name)
Expand Down

0 comments on commit e506a37

Please sign in to comment.