Skip to content

Commit

Permalink
Do not output trailing whitespace in conf/local.php
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianheine committed Jun 18, 2010
1 parent a453d13 commit 147c74d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/plugins/config/settings/config.class.php
Expand Up @@ -182,8 +182,8 @@ function _out_header($id, $header) {
if ($this->_format == 'php') {
$out .= '<'.'?php'."\n".
"/*\n".
" * ".$header." \n".
" * Auto-generated by ".$id." plugin \n".
" * ".$header."\n".
" * Auto-generated by ".$id." plugin\n".
" * Run for user: ".$_SERVER['REMOTE_USER']."\n".
" * Date: ".date('r')."\n".
" */\n\n";
Expand Down

0 comments on commit 147c74d

Please sign in to comment.