aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
Diffstat (limited to 'mod')
-rw-r--r--mod/ffsapi.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/mod/ffsapi.php b/mod/ffsapi.php
index f4033e63b..7b7922b0c 100644
--- a/mod/ffsapi.php
+++ b/mod/ffsapi.php
@@ -5,10 +5,10 @@ function ffsapi_content(&$a) {
$baseurl = z_root();
$name = get_config('system','sitename');
-$description = t('Share content from Firefox to $Projectname');
-$author = 'Mike Macgirvin';
-$homepage = 'http://hubzilla.org';
-$activate = t('Activate the Firefox $Projectname provider');
+$description = t("Share content from Firefox to $Projectname");
+$author = "Mike Macgirvin";
+$homepage = "http://hubzilla.org";
+$activate = t("Activate the Firefox $Projectname provider");
$s = <<< EOT
@@ -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"