]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/admin/support/SupportUserDetailsPage.templ
fix: support: no primary email address in list of secondary addresses
[gigi.git] / src / org / cacert / gigi / pages / admin / support / SupportUserDetailsPage.templ
index abd4167b510cb0d9503bc21d0366212e46b0faa7..84cb85e269a345d9adcff04fca5fe0310e446ec2 100644 (file)
@@ -5,12 +5,10 @@
             <th><?=_Alternate Verified Email Addresses?></th>
         </tr>
         <? foreach($emails) {?>
             <th><?=_Alternate Verified Email Addresses?></th>
         </tr>
         <? foreach($emails) {?>
-        <? if($secmail) { ?>
         <tr>
             <td><?=$secmail?></td>
         </tr>
         <? } ?>
         <tr>
             <td><?=$secmail?></td>
         </tr>
         <? } ?>
-        <? } ?>
         </tbody>
 </table>
 <br/>
         </tbody>
 </table>
 <br/>