diff options
author | Simon <simon@kisikew.org> | 2012-04-14 23:14:52 -0700 |
---|---|---|
committer | Simon <simon@kisikew.org> | 2012-04-14 23:14:52 -0700 |
commit | 4572179a24d575df19b96427479dc11f7d137683 (patch) | |
tree | f7b6f7a086a96a096730b19ed520b93ca534427c /view/theme/dispy/communityhome.tpl | |
parent | dddf3307af24de71a8b6e52a984ba2f2e310c3b7 (diff) | |
parent | d836be1dc3dfee6f969fab0c03094af8b44dd697 (diff) | |
download | volse-hubzilla-4572179a24d575df19b96427479dc11f7d137683.tar.gz volse-hubzilla-4572179a24d575df19b96427479dc11f7d137683.tar.bz2 volse-hubzilla-4572179a24d575df19b96427479dc11f7d137683.zip |
Merge pull request #236 from simonlnu/master
fix fpostJS, add and fix some other stuff
Diffstat (limited to 'view/theme/dispy/communityhome.tpl')
-rw-r--r-- | view/theme/dispy/communityhome.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/dispy/communityhome.tpl b/view/theme/dispy/communityhome.tpl index edabab611..df8bbad7c 100644 --- a/view/theme/dispy/communityhome.tpl +++ b/view/theme/dispy/communityhome.tpl @@ -39,6 +39,6 @@ <h3 id="postit-header">'PostIt' to Friendica</h3> <div id="postit"> -<a href="$fostitJS" title="PostIt">Post to Friendica</a> from anywhere by bookmarking this link. +<a href="$fpostitJS" title="PostIt">Post to Friendica</a> from anywhere by bookmarking this link. </div> |