diff options
author | friendica <info@friendica.com> | 2013-01-25 18:14:44 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-25 18:14:44 -0800 |
commit | 93af1932181a900c7b59d99799b28bd24e2c32d8 (patch) | |
tree | cc4aa7df64ea6b6fd02924506961fac88bfb63db /mod/photos.php | |
parent | b43b6c3549370f82afe989bfb1482254523bbc1b (diff) | |
download | volse-hubzilla-93af1932181a900c7b59d99799b28bd24e2c32d8.tar.gz volse-hubzilla-93af1932181a900c7b59d99799b28bd24e2c32d8.tar.bz2 volse-hubzilla-93af1932181a900c7b59d99799b28bd24e2c32d8.zip |
terminate script tag
Diffstat (limited to 'mod/photos.php')
-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>" ; } |