aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-25 18:14:44 -0800
committerfriendica <info@friendica.com>2013-01-25 18:14:44 -0800
commit93af1932181a900c7b59d99799b28bd24e2c32d8 (patch)
treecc4aa7df64ea6b6fd02924506961fac88bfb63db
parentb43b6c3549370f82afe989bfb1482254523bbc1b (diff)
downloadvolse-hubzilla-93af1932181a900c7b59d99799b28bd24e2c32d8.tar.gz
volse-hubzilla-93af1932181a900c7b59d99799b28bd24e2c32d8.tar.bz2
volse-hubzilla-93af1932181a900c7b59d99799b28bd24e2c32d8.zip
terminate script tag
-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>" ;
}