Skip to content

Commit

Permalink
Issue #1193. cleanup: use single comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Taylor committed Oct 13, 2016
1 parent a7c0103 commit 98aaeb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webcompat/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<script src="{{ url_for('static', filename='js/lib/bugform.js') }}"></script>
{%- endif %}
{% for category, message in get_flashed_messages(with_categories=True) %}
<script>wcEvents.trigger('flash:{{ category }}', {message: "{{ message }}", timeout: 4000});</script>
<script>wcEvents.trigger('flash:{{ category }}', {message: '{{ message }}', timeout: 4000});</script>
{% endfor %}
{% block extrascripts %}{% endblock %}
</body>
Expand Down

0 comments on commit 98aaeb1

Please sign in to comment.