From 231197c1629e0bac0f577aa122be6d718d8ae1ad Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Wed, 22 Apr 2015 20:11:47 +0200 Subject: [PATCH] Fixed trailing whitespace. --- src/dom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.20.1