Skip to content

Commit

Permalink
missing tainted string in cache listing
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean O'Brien committed Jan 30, 2009
1 parent e229865 commit 9b7cbbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/cached_pages/_page.rhtml
@@ -1,7 +1,7 @@
<tr id="cached-page-<%= page.id %>" class="<%= cycle("odd","even") %>">
<td>&nbsp;</td>
<td><%= h page.url %></div></td>
<td nowrap="nowrap" class="time"><%= display_cached_page_date(page) %></td>
<td nowrap="nowrap" class="time"><%= h(display_cached_page_date(page)) %></td>
<td>
<span id="cached-page-link-<%= page.id %>" class="cached-page-link"><%= link_to_remote 'Clear', {:url => { :action => 'destroy', :id => page }} , :class => "util" %></span>
<span id="cached-page-deleted-<%= page.id %>" class="cached-page-deleted" style="display:none;">Cleared</span>
Expand Down

0 comments on commit 9b7cbbb

Please sign in to comment.