From a1ad6e1c6b4db5b56e40455147307cd5649395eb Mon Sep 17 00:00:00 2001 From: Shaun McCance Date: Sat, 7 Jul 2012 12:45:25 -0400 Subject: yelp-document: Fixed bare % in format string --- libyelp/yelp-document.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } " -- cgit v1.2.1