Changeset 5763

Show
Ignore:
Timestamp:
06/03/08 20:31:30 (5 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
  • freepbx/branches/2.4/amp_conf/htdocs/recordings/modules/followme.module

    r4993 r5763  
    312312          $followme_text .= "<br></span></a></td><td>"; 
    313313           
    314           $followme_text .= "<select " . $follow_me_prering_time_text_box_options . " name='follow_me_prering_time'/>";        
     314          $followme_text .= "<select " . $follow_me_prering_time_text_box_options . " name='follow_me_prering_time'>";         
    315315          $default_prering = $follow_me_prering_time; 
    316316          for ($i=$SETTINGS_PRERING_LOW; $i <= $SETTINGS_PRERING_HIGH; $i++) { 
     
    325325          $followme_text .= "<td>"; 
    326326           
    327           $followme_text .= "<select " . $follow_me_listring_time_text_box_options . " name='follow_me_listring_time'/>"; 
     327          $followme_text .= "<select " . $follow_me_listring_time_text_box_options . " name='follow_me_listring_time'>"; 
    328328          $default_listring = $follow_me_listring_time; 
    329329          for ($i=$SETTINGS_LISTRING_LOW; $i <= $SETTINGS_LISTRING_HIGH; $i++) {