Skip to content

Commit

Permalink
fix problem when hitting history when on external page, made URL abso…
Browse files Browse the repository at this point in the history
…lute
  • Loading branch information
VGraupera committed Mar 23, 2009
1 parent 65b5d09 commit 6459c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/WikipediaPage/history.erb
Expand Up @@ -8,7 +8,7 @@
<div id="history">
<ul>
<% @pages.each do |page| %>
<li><%= "<a href=\"WikipediaPage?search=#{Rho::RhoSupport.url_encode(page.question)}\">#{page.question.gsub('_', ' ')}</a>" %></li>
<li><%= "<a href=\"/app/WikipediaPage?search=#{Rho::RhoSupport.url_encode(page.question)}\">#{page.question.gsub('_', ' ')}</a>" %></li>
<% end %>
</ul>
</div>

0 comments on commit 6459c74

Please sign in to comment.