[Xfce4-commits] <midori:master> Fix progress element in demo and add missing comma
Christian Dywan
noreply at xfce.org
Sat Dec 17 20:24:01 CET 2011
Updating branch refs/heads/master
to 11cfe7db2b7c0a22129c8af0158504d5070f87f6 (commit)
from d3a065c259432fb155a74fc157c0326c49bce052 (commit)
commit 11cfe7db2b7c0a22129c8af0158504d5070f87f6
Author: Christian Dywan <christian at twotoasts.de>
Date: Sat Dec 17 20:23:01 2011 +0100
Fix progress element in demo and add missing comma
midori/midori-view.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/midori/midori-view.c b/midori/midori-view.c
index b6b1cae..78c8538 100644
--- a/midori/midori-view.c
+++ b/midori/midori-view.c
@@ -3908,9 +3908,9 @@ midori_view_set_uri (MidoriView* view,
"<input type=\"search\" placeholder=\"demo\"%s>",
"<textarea%s>Lorem ipsum doloret sit amet...</textarea>",
"<input type=\"color\" value=\"#d1eeb9\"%s>",
- "<progress min=1 max=9 value=4 %s>",
- "<keygen type=\"rsa\" challenge=\"235ldahlae983dadfar\"%s>"
- "<input type=\"reset\"%s>",
+ "<progress min=1 max=9 value=4 %s></progress>",
+ "<keygen type=\"rsa\" challenge=\"235ldahlae983dadfar\"%s>",
+ "<p><input type=\"reset\"%s>",
"<input type=\"submit\"%s>",
};
guint i;
More information about the Xfce4-commits
mailing list