diff --git a/.gitignore b/.gitignore
index bf4bd454b1..7152833590 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,4 @@ report/
#ignore cache folders
/privacy_image_cache/
/photo/
+nbproject
diff --git a/view/theme/quattro/theme.php b/view/theme/quattro/theme.php
index 989a998064..d89890da0b 100644
--- a/view/theme/quattro/theme.php
+++ b/view/theme/quattro/theme.php
@@ -11,8 +11,21 @@ function quattro_init(&$a) {
$a->theme_info = array();
set_template_engine($a, 'smarty3');
+
+$a->page['htmlhead'] .= '';
$a->page['htmlhead'] .= <<< EOT