Browse Source

missing end tag for trans in search_result.html

SeanChen0617 10 years ago
parent
commit
b9093fb847
1 changed files with 1 additions and 1 deletions
  1. 1 1
      flaskbb/templates/forum/search_result.html

+ 1 - 1
flaskbb/templates/forum/search_result.html

@@ -169,7 +169,7 @@
                 </tr>
             {% else %}
                 <tr>
-                    <td colspan="5">{% trans %}No topics found matching your search criteria.{% trans %}</td>
+                    <td colspan="5">{% trans %}No topics found matching your search criteria.{% endtrans %}</td>
                 </tr>
             {% endfor %}
             </tbody>