Remove excess whitespace.

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
Loui Chang 2009-06-25 00:05:44 -04:00
parent 928945bd51
commit 610733eafd
8 changed files with 14 additions and 15 deletions

View file

@ -61,7 +61,7 @@ function __() {
}
}
$translated = htmlspecialchars($translated, ENT_QUOTES);
$translated = htmlspecialchars($translated, ENT_QUOTES);
# This condition is to reorganise the arguments in case of
# deprecated usage. __("string", array("string","string"))