diff options
author | Wave <wave72@users.noreply.github.com> | 2015-11-25 09:39:44 +0100 |
---|---|---|
committer | Wave <wave72@users.noreply.github.com> | 2015-11-25 09:39:44 +0100 |
commit | 2de65ab39fc704fd8b7abcf9003ee98e3ffb1cc3 (patch) | |
tree | 783f90531c93f498609fb1dbd0e199ca65bb2cc0 /mod/ffsapi.php | |
parent | e785b723aad51d4f7202dbbb24a0e2245428cb5b (diff) | |
parent | 0559db9cf81267c34ca014fef1aebe1cf31de2ab (diff) | |
download | volse-hubzilla-2de65ab39fc704fd8b7abcf9003ee98e3ffb1cc3.tar.gz volse-hubzilla-2de65ab39fc704fd8b7abcf9003ee98e3ffb1cc3.tar.bz2 volse-hubzilla-2de65ab39fc704fd8b7abcf9003ee98e3ffb1cc3.zip |
Merge pull request #3 from redmatrix/master
Update branch
Diffstat (limited to 'mod/ffsapi.php')
-rw-r--r-- | mod/ffsapi.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mod/ffsapi.php b/mod/ffsapi.php index f4033e63b..1f68a87ba 100644 --- a/mod/ffsapi.php +++ b/mod/ffsapi.php @@ -40,9 +40,9 @@ var data = { "unmarkedIcon": baseurl+"/images/hz-bookmark-32.png", // should be available for display purposes - "description": '$description', - "author": '$author', - "homepageURL": '$homepage', + "description": "$description", + "author": "$author", + "homepageURL": "$homepage", // optional "version": "1.0" @@ -56,7 +56,7 @@ function activate(node) { } </script> -<button onclick="activate(this)" title="activate the demo provider" class="btn btn-primary">$activate</button> +<button onclick="activate(this)" title="$activate" class="btn btn-primary">$activate</button> EOT; |