X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/3e545735b4784af19edec9bfcc8e25ff17cb7f12..796d33df26fa2f591a405810ae4958a26cf060a4:/app/views/quickvote/my_quickvotes.rhtml diff --git a/app/views/quickvote/my_quickvotes.rhtml b/app/views/quickvote/my_quickvotes.rhtml index a920480..bb38836 100644 --- a/app/views/quickvote/my_quickvotes.rhtml +++ b/app/views/quickvote/my_quickvotes.rhtml @@ -13,12 +13,12 @@ quickaction_url( :ident => quickvote.name, :action => 'results' ) %> <% else %> - <%= quickvote.name %> + <%=h quickvote.name %> <% end %> - <%= quickvote.startdate.strftime("%x") %> - <%= quickvote.enddate.strftime("%x") %> - <%= quickvote.description %> + <%=h quickvote.startdate.strftime("%x") %> + <%=h quickvote.enddate.strftime("%x") %> + <%=h quickvote.description %> <% end %>