terminate script tag

This commit is contained in:
friendica 2013-01-25 18:14:44 -08:00
parent b43b6c3549
commit 93af193218

View File

@ -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>" ;
}