diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/freeswitch_dev/freeswitch_public_includes_edit.tmp | 2 | ||||
-rw-r--r-- | config/freeswitch_dev/freeswitch_settings.tmp | 2 |
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); ?> |