added the ability to add safe html tags to input (i.e., images)
[selectricity-live] / app / views / quickvote / thanks.rhtml
index bf98ef89ec1619e37b075dcece0ff6d29dbc5976..d6ed8e0afeded815eb021b842223de8f95141681 100644 (file)
@@ -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?