Cleanup trailing whitespace
This commit is contained in:
parent
e1f79d84ad
commit
34e3e51456
129 changed files with 1056 additions and 1076 deletions
|
@ -1,2 +1,2 @@
|
|||
#!/usr/bin/env ruby
|
||||
Dir[File.dirname(__FILE__) + "/../lib/daemons/*_ctl"].each {|f| `#{f} #{ARGV.first}`}
|
||||
Dir[File.dirname(__FILE__) + "/../lib/daemons/*_ctl"].each {|f| `#{f} #{ARGV.first}`}
|
||||
|
|
|
@ -30,7 +30,7 @@ def po2hash(f)
|
|||
elsif line[0..7] == 'msgstr "'
|
||||
msgstr = line[8..-2]
|
||||
end
|
||||
|
||||
|
||||
if !path.empty? and !msgstr.empty?
|
||||
add_translation(trs, path, msgstr)
|
||||
path = []
|
||||
|
|
|
@ -57,7 +57,7 @@ begin
|
|||
puts "<tr><th>Nodes</th><td>#{day_count}</td><td>#{week_count}</td><td>#{month_count}</td></tr>"
|
||||
|
||||
puts "</table>"
|
||||
|
||||
|
||||
puts "<h2>Top users editing over the past...</h2>"
|
||||
puts "<table>"
|
||||
puts "<tr><th>Day</th><th>Week</th><th>Month</th></tr>"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue