[damned-lies] Remove one too many ending tag



commit b59dee206abcec3b66bdf2c5667e302dcf3da49b
Author: Claude Paroz <claude 2xlibre net>
Date:   Fri Feb 19 21:48:39 2010 +0100

    Remove one too many ending tag

 templates/teams/team_edit.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/templates/teams/team_edit.html b/templates/teams/team_edit.html
index bd15208..5b44542 100644
--- a/templates/teams/team_edit.html
+++ b/templates/teams/team_edit.html
@@ -22,7 +22,7 @@ $(document).ready(function() {
   <tr><th>{{ form.mailing_list_subscribe.label }}:</th><td>{{ form.mailing_list_subscribe }}</td></tr>
   <tr><th></th><td>{{ form.use_workflow }} <label for="id_use_workflow">{% trans "This team is using the Vertimus translation workflow" %}</label>
   <tr><th valign="top"><span class="help">&nbsp;</span><br />{{ form.presentation.label }}:</th>
-      <td><span class="help">{% trans "This content may use <a href='http://en.wikipedia.org/wiki/Markdown'>Markdown</a> syntax</a>" %}<br />
+      <td><span class="help">{% trans "This content may use <a href='http://en.wikipedia.org/wiki/Markdown'>Markdown</a> syntax" %}<br />
           {{ form.presentation }}</td></tr>
   <tr><td colspan="2" align="right"><input type="submit" value="{% trans 'Save' %}"/></td></tr>
 </table>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]