summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_confbak.php
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-14 15:08:11 -0600
committerk-paulius <k.dash.paulius@gmail.com>2016-02-14 15:08:11 -0600
commit0f2981384f9d31c809a8a304eeb7170a86e91974 (patch)
tree4c257919c3c42e2f2fb796467653453eb573411e /src/usr/local/www/diag_confbak.php
parent448280c3be738304463cd2ae52c28238051f69da (diff)
downloadpfsense-0f2981384f9d31c809a8a304eeb7170a86e91974.zip
pfsense-0f2981384f9d31c809a8a304eeb7170a86e91974.tar.gz
Rename 'Backup/Restore' to 'Backup & Restore' so it does not clash with breadcrumb separator.
Diffstat (limited to 'src/usr/local/www/diag_confbak.php')
-rw-r--r--src/usr/local/www/diag_confbak.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/diag_confbak.php b/src/usr/local/www/diag_confbak.php
index 7ba6c91..6353692 100644
--- a/src/usr/local/www/diag_confbak.php
+++ b/src/usr/local/www/diag_confbak.php
@@ -132,7 +132,7 @@ cleanup_backupcache(false);
$confvers = get_backups();
unset($confvers['versions']);
-$pgtitle = array(gettext("Diagnostics"), gettext("Backup/Restore"), gettext("Config History"));
+$pgtitle = array(gettext("Diagnostics"), htmlspecialchars(gettext("Backup & Restore")), gettext("Config History"));
include("head.inc");
if ($savemsg) {
@@ -141,7 +141,7 @@ if ($savemsg) {
$tab_array = array();
$tab_array[] = array(gettext("Config History"), true, "diag_confbak.php");
-$tab_array[] = array(gettext("Backup/Restore"), false, "diag_backup.php");
+$tab_array[] = array(htmlspecialchars(gettext("Backup & Restore")), false, "diag_backup.php");
display_top_tabs($tab_array);
if ($diff) {
OpenPOWER on IntegriCloud