瀏覽代碼

Exclude more trash data

main
Adrian Short 5 年之前
父節點
當前提交
d1e0cfb07e
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      lib/helpers.rb

+ 1
- 0
lib/helpers.rb 查看文件

@@ -7,6 +7,7 @@ def cleanup(s)
return if s.nil?
s.sub!('Unknown', '')
s.sub!('Not Available', '')
s.sub!('Not Applicable', '')
# s = "<span class=grant>#{s}</span>" if s.match(/approve/i)
# s = "<span class=refuse>#{s}</span>" if s.match(/refuse/i)
s


Loading…
取消
儲存