Skip to content

Commit 1ffcb9c

Browse files
committed
Remove trailing double quote character
1 parent c6912b4 commit 1ffcb9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

get_together/templates/get_together/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134

135135
{% if tip %}
136136
<div class="alerts">
137-
<div class="alert {{ tip.tags }}"><strong>{% trans "Tip:" %}" </strong>{{ tip.text|safe }}</div>
137+
<div class="alert {{ tip.tags }}"><strong>{% trans "Tip:" %} </strong>{{ tip.text|safe }}</div>
138138
</div>
139139
{% endif %}
140140

0 commit comments

Comments
 (0)