From: Daniel Carl Date: Wed, 22 Apr 2015 18:11:47 +0000 (+0200) Subject: Fixed trailing whitespace. X-Git-Url: https://git.owens.tech/rss.xml/rss.xml/git?a=commitdiff_plain;h=231197c1629e0bac0f577aa122be6d718d8ae1ad;p=vimb.git Fixed trailing whitespace. --- diff --git a/src/dom.c b/src/dom.c index 397ec2d..f53876a 100644 --- a/src/dom.c +++ b/src/dom.c @@ -142,7 +142,7 @@ gboolean dom_is_editable(Element *element) result = true; } else if (!g_ascii_strcasecmp(tagname, "input") && (!*type - || !g_ascii_strcasecmp(type, "text") + || !g_ascii_strcasecmp(type, "text") || !g_ascii_strcasecmp(type, "password") || !g_ascii_strcasecmp(type, "color") || !g_ascii_strcasecmp(type, "date")