error in templates/fr/listinfo.html when digests are disabled

Bug #1275964 reported by Mathieu
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
GNU Mailman
Fix Released
Medium
Mark Sapiro

Bug Description

It uses the "<mm-digest-question-end>" thing without an "<mm-digest-question-start>" thing (which is supposed to comment out its content when digests are disabled), which leaves the form slightly messed up.

--- templates/fr/listinfo.html 2014/02/02 18:26:56 1.1
+++ templates/fr/listinfo.html 2014/02/02 18:28:53 1.2
@@ -108,6 +108,7 @@
           <td> <MM-list-langs></td>
          <td>&nbsp; </td>
             </tr>
+ <mm-digest-question-start>
        <tr>
   <td>Souhaitez-vous recevoir les messages de la liste dans
  un seul courriel quotidien group&eacute; ?
@@ -116,7 +117,7 @@
      <MM-Digest-Radio-Button> Oui
  </td>
        </tr>
- <mm-digest-question-end>
+ <mm-digest-question-end>
        <tr>
   <td colspan="3">
               <center><MM-Subscribe-Button></center>

Related branches

Revision history for this message
Mark Sapiro (msapiro) wrote :

Thanks for the report.

Changed in mailman:
assignee: nobody → Mark Sapiro (msapiro)
importance: Undecided → Medium
milestone: none → 2.1.18
status: New → Fix Committed
Mark Sapiro (msapiro)
Changed in mailman:
milestone: 2.1.18 → 2.1.18rc1
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.