Passed
Push — development ( dd52ea...d8ac72 )
by Thomas
06:36
created
htdocs/lib2/edithelper.inc.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
             // save plain text input => convert to HTML;
49 49
             // also implemented in okapi/services/logs/submit.php
50 50
             $text = nl2br(htmlspecialchars($text, ENT_COMPAT, 'UTF-8'));
51
-            $text = str_replace('  ', '  ', $text);   // can produce new '  ' ('  ' + ' ')
51
+            $text = str_replace('  ', '  ', $text); // can produce new '  ' ('  ' + ' ')
52 52
             $text = str_replace('  ', '  ', $text);
53 53
         } else {
54 54
             // mode switch from HTML editor to plain text, or decode HTML-encoded plain text
Please login to merge, or discard this patch.