From ee4b398033da18a0cc2c57b0b2994ca16290a99e Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Mon, 15 Aug 2011 10:12:17 +0200 Subject: Use "%s" instead of "%h" in format strings Use the standard string type specifier instead of "%h" in format strings. Both specifiers are treated equally in __() so we shouldn't break anything here. This also allows us to replace the hacky substitution algorithm in __() by vsprintf(). Signed-off-by: Lukas Fleischer --- web/html/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/html/index.php') diff --git a/web/html/index.php b/web/html/index.php index ffc5f00..138541f 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -25,7 +25,7 @@ $dbh = db_connect(); ', '', '', @@ -37,7 +37,7 @@ echo __( ', '', '', '' -- cgit v1.2.3-70-g09d2