Branch: refs/heads/master Author: Duncan de Wet duncandewet@gmail.com Committer: Colomban Wendling ban@herbesfolles.org Date: Sun, 13 Jan 2013 22:00:59 UTC Commit: e506a370e9c3b4661f0832afa1c0fb2c90d61d76 https://github.com/geany/geany/commit/e506a370e9c3b4661f0832afa1c0fb2c90d61d...
Log Message: ----------- Added HTML5 self-closing tags
http://www.w3.org/TR/html-markup/syntax.html#syntax-elements
Modified Paths: -------------- src/utils.c
Modified: src/utils.c 10 files changed, 9 insertions(+), 1 deletions(-) =================================================================== @@ -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)
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).