lib/resque/server/views/layout.erb in resque-2.4.0 vs lib/resque/server/views/layout.erb in resque-2.5.0

- old
+ new

@@ -36,10 +36,10 @@ <%= yield %> </div> <div id="footer"> <p>Powered by <a href="http://github.com/resque/resque">Resque</a> v<%=Resque::VERSION%></p> - <p>Connected to Redis namespace <%= Resque.redis.namespace %> on <%=Resque.redis_id%></p> + <p>Connected to Redis namespace <%= Resque.redis.namespace %> on <%= h Resque.redis_id %></p> </div> </body> </html>