diff options
Diffstat (limited to 'mod')
-rw-r--r-- | mod/photos.php | 2 |
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>" ; } |