From: Tobias Diekershoff Date: Tue, 15 Feb 2011 09:03:05 +0000 (+0100) Subject: masked the / in the config strings to fix problems with the strings.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=397643a0660930ffb80c108727b3453dd5717bd9;p=friendica.git masked the / in the config strings to fix problems with the strings.php --- diff --git a/addon/statusnet/statusnet.php b/addon/statusnet/statusnet.php index bc47242fcc..46ecdde999 100644 --- a/addon/statusnet/statusnet.php +++ b/addon/statusnet/statusnet.php @@ -133,7 +133,7 @@ function statusnet_settings(&$a,&$s) { $s .= '
'; $s .= ''; $s .= '
'; - $s .= ''; + $s .= ''; $s .= '
'; $s .= '
'; $s .= '
';