Show
Ignore:
Timestamp:
06/03/08 19:25:08 (4 years ago)
Author:
p_lindheimer
Message:

#2604: fix mal-formed html select tags causing problems with some browsers or proxies

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.4/core/page.routing.php

    r5572 r5762  
    331331      <td><a href="#" class="info"><?php echo _("Music On Hold?")?><span><?php echo _("You can choose which music category to use. For example, choose a type appropriate for a destination country which may have announcements in the appropriate language.")?></span></a></td> 
    332332      <td> 
    333         <select name="mohsilence"/
     333        <select name="mohsilence"
    334334        <?php 
    335335          $tresults = music_list($amp_conf['ASTVARLIBDIR']."/mohmp3");