diff --git a/modules/gallery/helpers/gallery_theme.php b/modules/gallery/helpers/gallery_theme.php
index 49a458b7..3fcaca67 100644
--- a/modules/gallery/helpers/gallery_theme.php
+++ b/modules/gallery/helpers/gallery_theme.php
@@ -102,7 +102,7 @@ class gallery_theme_Core {
}
static function credits() {
- return "
" .
+ return "" .
t(module::get_var("gallery", "credits"),
array("url" => "http://gallery.menalto.com", "version" => gallery::VERSION)) .
"";
diff --git a/modules/gallery/views/login.html.php b/modules/gallery/views/login.html.php
index ae709c7c..0e0d9039 100644
--- a/modules/gallery/views/login.html.php
+++ b/modules/gallery/views/login.html.php
@@ -1,13 +1,13 @@