Changeset 4555

Show
Ignore:
Timestamp:
07/26/07 23:43:51 (6 years ago)
Author:
p_lindheimer
Message:

fix syntax error with stray = in asterisk-info

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.3/asterisk-cli/module.xml

    r4544 r4555  
    22  <rawname>asterisk-cli</rawname> 
    33  <name>Asterisk CLI</name> 
    4   <version>1.1.1</version> 
     4  <version>1.1.2</version> 
    55  <type>tool</type> 
    66  <category>System Administration</category> 
     
    1515  <md5sum>8dd59a71e2fbaf6e21ee8ea633b7052f</md5sum> 
    1616  <changelog> 
     17    *1.1.2* fix syntax error, extra = 
    1718    *1.1.1* #2070 fix proper use of script tags 
    1819    *1.1* #2006 Fixed display on systems with colored asterisk console 
  • modules/branches/2.3/asterisk-cli/page.cli.php

    r4538 r4555  
    3636    <tr> 
    3737      <td class="label" align="right"><?php echo _("Command:")?></td> 
    38       <td class="type"><input name="txtCommand" type="text" size="70" value="<?php=htmlspecialchars($txtCommand);?>"></td> 
     38      <td class="type"><input name="txtCommand" type="text" size="70" value="<?php htmlspecialchars($txtCommand);?>"></td> 
    3939    </tr> 
    4040