added the ability to add safe html tags to input (i.e., images)
[selectricity-live] / app / views / quickvote / thanks.rhtml
index b57ac0b2a3abcd42bcb84798b577b1e421483729..d6ed8e0afeded815eb021b842223de8f95141681 100644 (file)
@@ -1,4 +1,4 @@
-<div id="page-title">
+<div id="title-header">
   <span class="header">Quickvote</span>
   <span class="subheader">Vote Recorded Successfully</span>
 </div>
@@ -8,7 +8,7 @@ preferences:</p>
 
 <ol>
   <% for rank in @voter.vote.rankings.sort %>
-    <li><%=h rank.candidate.name.capitalize %> </li>
+    <li><%= white_list(rank.candidate.name.capitalize) %> </li>
   <% end %>
 </ol>
 

Benjamin Mako Hill || Want to submit a patch?