Browse Source

Merge pull request #111 from SeanChen0617/master

missing end tag for trans in search_result.html
Peter Justin 10 years ago
parent
commit
7ec39862c2
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>