Completed
Push — master ( 541146...a91af6 )
by Adam
01:11
created
diff.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -182,7 +182,7 @@
 block discarded – undo
182 182
                     if ($currentMissing == $missing) {
183 183
                         echo 'Seems <b>OK :)</b> Some strings was ignored by ReactOS and Wine spell files.<br>';
184 184
                     } elseif ($detailsTag) {
185
-                        echo '<details><summary><strong>Click here to see missing translations in file</strong></summary>'. $missingTextMessage .'</details>';
185
+                        echo '<details><summary><strong>Click here to see missing translations in file</strong></summary>'.$missingTextMessage.'</details>';
186 186
                     } else {
187 187
                         echo $missingTextMessage;
188 188
                     }
Please login to merge, or discard this patch.