diff --git a/public/themes/bootstrap/inc/footer.inc.php b/public/themes/bootstrap/inc/footer.inc.php
index 73f298e..f47ad77 100644
--- a/public/themes/bootstrap/inc/footer.inc.php
+++ b/public/themes/bootstrap/inc/footer.inc.php
@@ -13,7 +13,7 @@
[[VAR]]", get_setting("businessname")); ?>
[[VAR]]
', get_setting("phone"));
+ output_conditional('', preg_replace("/[^0-9+]/", "", get_setting("phone")));
output_conditional('', str_replace("\n", "
\n", get_setting("address")));
output_conditional('', get_setting("email"));
?>