projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Escape message titles and bodies. This is an emergency fix as some genius
[rails.git]
/
app
/
views
/
trace
/
_trace_optionals.rhtml
diff --git
a/app/views/trace/_trace_optionals.rhtml
b/app/views/trace/_trace_optionals.rhtml
index 6dddea17b0f2580c6d5e70f856dbe199636a9458..b5b068fe60de4387287e30542cc7a479d6619b55 100644
(file)
--- a/
app/views/trace/_trace_optionals.rhtml
+++ b/
app/views/trace/_trace_optionals.rhtml
@@
-5,7
+5,7
@@
<br />
<% if @all_tags %>
<% @all_tags.each do |tag| %>
<br />
<% if @all_tags %>
<% @all_tags.each do |tag| %>
- <%= link_to
tag, :tag =>
tag %><br />
+ <%= link_to
_tag
tag %><br />
<% end %>
<% end %>
</div>
<% end %>
<% end %>
</div>