mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/11438] Add spaces after # comment start and before \ line breaks
PHPBB3-11438
This commit is contained in:
@@ -75,6 +75,6 @@ class phpbb_search_sphinx_config_variable
|
||||
*/
|
||||
function to_string()
|
||||
{
|
||||
return "\t" . $this->name . ' = ' . str_replace("\n", "\\\n", $this->value) . ' ' . $this->comment . "\n";
|
||||
return "\t" . $this->name . ' = ' . str_replace("\n", " \\\n", $this->value) . ' ' . $this->comment . "\n";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user