diff options
author | mcrane <mctch@yahoo.com> | 2009-08-10 21:04:12 -0600 |
---|---|---|
committer | mcrane <mctch@yahoo.com> | 2009-08-10 21:04:12 -0600 |
commit | 8010ab2518052d3be1cd64a65922353b55a7d425 (patch) | |
tree | e3ca033c0c89a4da1141e8d78ecedc2c9579431f /config | |
parent | 74af16a2dc6ae7927f0a018cdf7443100fed23d3 (diff) | |
download | pfsense-packages-8010ab2518052d3be1cd64a65922353b55a7d425.tar.gz pfsense-packages-8010ab2518052d3be1cd64a65922353b55a7d425.tar.bz2 pfsense-packages-8010ab2518052d3be1cd64a65922353b55a7d425.zip |
FreeSWITCH dev package fix syntax error on status page.
Diffstat (limited to 'config')
-rw-r--r-- | config/freeswitch_dev/v_status.tmp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/freeswitch_dev/v_status.tmp b/config/freeswitch_dev/v_status.tmp index 03b96fcc..2b30d715 100644 --- a/config/freeswitch_dev/v_status.tmp +++ b/config/freeswitch_dev/v_status.tmp @@ -319,7 +319,7 @@ echo "<table width='690' cellpadding='0' cellspacing='0' border='0'>\n"; echo "<tr>\n"; echo "<td width='50%'>\n"; echo "<b>Web Interface</b><br />\n"; -echo Use the following button to update the web interface.<br /><br />\n"; +echo "Use the following button to update the web interface.<br /><br />\n"; echo "</td>\n"; echo "<td width='50%' align='right'>\n"; echo " <input type='button' value='update' onclick=\"document.location.href='v_status.php?a=update&t=gui_phase_1';\" />\n"; |