From: Alain Peyrat Date: Fri, 12 Mar 2010 09:18:32 +0000 (+0000) Subject: Minor: indent fix X-Git-Tag: v5.1~2918 X-Git-Url: https://scm.fusionforge.org/anonscm/gitweb?p=fusionforge%2Ffusionforge.git;a=commitdiff_plain;h=a02e4d03b3bccf6eb879d93561d0babc2f2e4eba Minor: indent fix --- diff --git a/gforge/www/admin/configman.php b/gforge/www/admin/configman.php index 9cd6a527f1..965b966da4 100644 --- a/gforge/www/admin/configman.php +++ b/gforge/www/admin/configman.php @@ -183,7 +183,7 @@ function updateVars($vars,$filepath) { // Open readonly but tell you can't write $handle = fopen($filepath,'r'); $has_write = false; - $feedback .= sprintf(_("Could not open %s file for read/write. Check the permissions for apache."), $filepath).'
'; + $feedback .= sprintf(_("Could not open %s file for read/write. Check the permissions for apache."), $filepath).'
'; } if ($handle){ fclose($handle); // we had to open it in r+ because we need to check we'll be able to save it later @@ -244,7 +244,7 @@ function updateVars($vars,$filepath) { } } echo $HTML->listTableBottom(); - /*echo '
' . html_build_rich_textarea('filedata',30,150,$filedata,false) . '
';*/ + /*echo '
' . html_build_rich_textarea('filedata',30,150,$filedata,false) . '
';*/ echo '
'; if ($has_write) { echo '
';