aboutsummaryrefslogtreecommitdiffstats
path: root/mod/photos.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/photos.php')
-rw-r--r--mod/photos.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/photos.php b/mod/photos.php
index 848d3cebd..8c967b91a 100644
--- a/mod/photos.php
+++ b/mod/photos.php
@@ -74,7 +74,7 @@ function photos_init(&$a) {
$a->page['aside'] .= $o;
- $a->page['htmlhead'] .= "<script> var ispublic = '" . t('everybody') . "';" ;
+ $a->page['htmlhead'] .= "<script> var ispublic = '" . t('everybody') . "';</script>" ;
}