Fix some HTML validation issue.

This commit is contained in:
Tom Hughes 2007-06-30 12:09:28 +00:00
parent 48a3a317bc
commit b92e1b0584
6 changed files with 65 additions and 89 deletions

View file

@ -4,7 +4,7 @@
Traces filtered by tag <b><%= @tag %></b>
<br/><br/>
<% end %>
<span class="rsssmall"><a href="<%= url_for :controller => 'trace', :action => 'georss' %>"><img src="/images/RSS.gif" border="0"></a></span> |
<span class="rsssmall"><a href="<%= url_for :controller => 'trace', :action => 'georss' %>"><img src="/images/RSS.gif" border="0" alt="RSS" /></a></span> |
<%= link_to 'See just your traces, or upload a trace', {:controller => 'trace', :action => 'mine'} %>
<% if @tag %>
| <%= link_to 'See all traces', {:controller => 'trace', :action => 'list'} %>