aboutsummaryrefslogtreecommitdiffstats
path: root/config/freeswitch_dev
diff options
context:
space:
mode:
authormcrane <mctch@yahoo.com>2009-07-28 05:29:51 -0600
committermcrane <mctch@yahoo.com>2009-07-28 05:29:51 -0600
commit82a0efa5fc9f0c4e00d438abd87164de29abb0ba (patch)
tree5df8f851bb3f4bdd9a3794dcd2a077de8b1da883 /config/freeswitch_dev
parenta55021ef1bce4afb5b04d94ece193e9ddab711f5 (diff)
downloadpfsense-packages-82a0efa5fc9f0c4e00d438abd87164de29abb0ba.tar.gz
pfsense-packages-82a0efa5fc9f0c4e00d438abd87164de29abb0ba.tar.bz2
pfsense-packages-82a0efa5fc9f0c4e00d438abd87164de29abb0ba.zip
FreeSWITCH package syntax adjustments
Diffstat (limited to 'config/freeswitch_dev')
-rw-r--r--config/freeswitch_dev/freeswitch_public_includes_edit.tmp2
-rw-r--r--config/freeswitch_dev/freeswitch_settings.tmp2
2 files changed, 2 insertions, 2 deletions
diff --git a/config/freeswitch_dev/freeswitch_public_includes_edit.tmp b/config/freeswitch_dev/freeswitch_public_includes_edit.tmp
index 5e6f51af..f7be0dc8 100644
--- a/config/freeswitch_dev/freeswitch_public_includes_edit.tmp
+++ b/config/freeswitch_dev/freeswitch_public_includes_edit.tmp
@@ -175,7 +175,7 @@ include("head.inc");
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php
include("fbegin.inc");
-echo "<p class=\"pgtitle\">$v_project_label: Public: Edit/p>\n";
+echo "<p class=\"pgtitle\">$v_project_label: Public: Edit</p>\n";
if ($input_errors) print_input_errors($input_errors);
diff --git a/config/freeswitch_dev/freeswitch_settings.tmp b/config/freeswitch_dev/freeswitch_settings.tmp
index 5d4f19fb..bfc1d614 100644
--- a/config/freeswitch_dev/freeswitch_settings.tmp
+++ b/config/freeswitch_dev/freeswitch_settings.tmp
@@ -130,7 +130,7 @@ function show_advanced_config() {
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php
include("fbegin.inc");
-echo "<p class=\"pgtitle\">$v_project_labels: Settings</p>\n";
+echo "<p class=\"pgtitle\">$v_project_label: Settings</p>\n";
?>
<?php if ($input_errors) print_input_errors($input_errors); ?>