summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2012-07-07 12:45:25 -0400
committerShaun McCance <shaunm@gnome.org>2012-07-07 12:45:25 -0400
commita1ad6e1c6b4db5b56e40455147307cd5649395eb (patch)
tree23190c9967a5db1fe7372e726f704292a5c02d8a
parent91634b4bb682e0171b73474d78f471a2ac180b36 (diff)
downloadyelp-a1ad6e1c6b4db5b56e40455147307cd5649395eb.tar.gz
yelp-document: Fixed bare % in format string
-rw-r--r--libyelp/yelp-document.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libyelp/yelp-document.c b/libyelp/yelp-document.c
index 83605ddf..cf17c7da 100644
--- a/libyelp/yelp-document.c
+++ b/libyelp/yelp-document.c
@@ -929,7 +929,7 @@ document_read_contents (YelpDocument *document,
colors = yelp_settings_get_colors (yelp_settings_get_default ());
g_string_append_printf (ret,
- "html { height: 100%; } "
+ "html { height: 100%%; } "
"body { margin: 0; padding: 0;"
" background-color: %s; color: %s;"
" direction: %s; } "