diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-03-28 06:03:04 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-03-28 06:03:04 -0400 |
commit | 356e654521a3d93e4ba14c4d243df259b0d21c4f (patch) | |
tree | 3fe11d387e4c0fd8ea592f2fb38890b47aca3d6a /view/theme/dispy-dark | |
parent | bcf8a571f96f1f93ee3d2f8c6a6da7f9d6bd5da8 (diff) | |
download | volse-hubzilla-356e654521a3d93e4ba14c4d243df259b0d21c4f.tar.gz volse-hubzilla-356e654521a3d93e4ba14c4d243df259b0d21c4f.tar.bz2 volse-hubzilla-356e654521a3d93e4ba14c4d243df259b0d21c4f.zip |
doh fix
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy-dark')
-rw-r--r-- | view/theme/dispy-dark/theme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/dispy-dark/theme.php b/view/theme/dispy-dark/theme.php index 84cbc05cd..372757752 100644 --- a/view/theme/dispy-dark/theme.php +++ b/view/theme/dispy-dark/theme.php @@ -146,7 +146,7 @@ function dispydark_community_info() { } else { a_funct(); } - })();" ; + })();"; $aside['$fostitJS'] = $fostitJS; $url = $a->get_baseurl($ssl_state); |