Skip to content

Commit

Permalink
escape
Browse files Browse the repository at this point in the history
  • Loading branch information
wass88 committed Jul 6, 2022
1 parent f65c6ec commit bb9064e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/generate_site.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ def colored issues
issues.each do |issue|
res << {
type: "negai",
url: issue[:url],
text: issue[:title],
url: ERB::Util.h(issue[:url]),
text: ERB::Util.h(issue[:title]),
color: random_color[],
}
if rand(3) == 0
Expand Down

0 comments on commit bb9064e

Please sign in to comment.