projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cf969a
)
Fixed trailing whitespace.
author
Daniel Carl
<danielcarl@gmx.de>
Wed, 22 Apr 2015 18:11:47 +0000
(20:11 +0200)
committer
Daniel Carl
<danielcarl@gmx.de>
Wed, 22 Apr 2015 18:11:47 +0000
(20:11 +0200)
src/dom.c
patch
|
blob
|
history
diff --git
a/src/dom.c
b/src/dom.c
index
397ec2d
..
f53876a
100644
(file)
--- 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")