瀏覽代碼

fix lint error

tags/0.10.0
itismadness 3 年之前
父節點
當前提交
4de0ac292e
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/Logchecker.php

+ 1
- 1
src/Logchecker.php 查看文件

@@ -1775,7 +1775,7 @@ class Logchecker
private function normalizeEac($Matches)
{
$this->account('Normalization should be not be active', 100);
return '<span class="log5">Normalize to'. $Matches[1] . '</span>: ' .
return '<span class="log5">Normalize to' . $Matches[1] . '</span>: ' .
'<span class="bad">' . $Matches[2] . '</span>';
}



Loading…
取消
儲存