diff --git a/public/templates/mpos/global/breadcrumbs.tpl b/public/templates/mpos/global/breadcrumbs.tpl
index 8cda7485..f758ad10 100644
--- a/public/templates/mpos/global/breadcrumbs.tpl
+++ b/public/templates/mpos/global/breadcrumbs.tpl
@@ -1,3 +1,3 @@
diff --git a/public/templates/mpos/global/header.tpl b/public/templates/mpos/global/header.tpl
index 49cb595e..6eafd7af 100644
--- a/public/templates/mpos/global/header.tpl
+++ b/public/templates/mpos/global/header.tpl
@@ -1,5 +1,5 @@
{$GLOBAL.website.name}
- {if $smarty.request.action|default:""}{$smarty.request.action|capitalize}{else}{$smarty.request.page|default:"home"|capitalize}{/if}
+ {if $smarty.request.action|escape|default:""}{$smarty.request.action|escape|capitalize}{else}{$smarty.request.page|escape|default:"home"|capitalize}{/if}
{include file="login/small.tpl"}
diff --git a/public/templates/mpos/master.tpl b/public/templates/mpos/master.tpl
index e32f95e9..b7d7e301 100644
--- a/public/templates/mpos/master.tpl
+++ b/public/templates/mpos/master.tpl
@@ -2,7 +2,7 @@
-
{$GLOBAL.website.title} I {$smarty.request.page|default:"home"|capitalize}
+
{$GLOBAL.website.title} I {$smarty.request.page|escape|default:"home"|capitalize}