diff --git a/addon/calc/calc.php b/addon/calc/calc.php
index fd6a117779..a095e3960d 100644
--- a/addon/calc/calc.php
+++ b/addon/calc/calc.php
@@ -10,7 +10,7 @@ function calc_uninstall() {
}
function calc_app_menu($a,&$b) {
- $b['app_menu'] .= 'Calculator
';
+ $b['app_menu'] .= '
';
}
diff --git a/addon/tictac/tictac.php b/addon/tictac/tictac.php
index 95678302c8..f73937cdd2 100644
--- a/addon/tictac/tictac.php
+++ b/addon/tictac/tictac.php
@@ -11,7 +11,7 @@ function tictac_uninstall() {
}
function tictac_app_menu($a,&$b) {
- $b['app_menu'] .= '' . t('Three Dimensional Tic-Tac-Toe') . '
';
+ $b['app_menu'] .= '';
}
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index 9b18b5c41c..2bffc2f17d 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -2031,3 +2031,8 @@ a.mail-list-link {
margin: 10px;
padding: 10px;
}
+
+.app-title {
+ margin: 10px;
+}
+
diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css
index 256c98d8e7..7e8299eb56 100644
--- a/view/theme/loozah/style.css
+++ b/view/theme/loozah/style.css
@@ -2080,3 +2080,9 @@ a.mail-list-link {
margin: 10px;
padding: 10px;
}
+
+
+.app-title {
+ margin: 10px;
+}
+