diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-11-05 16:54:39 +0100 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-11-05 16:54:39 +0100 |
commit | 91f751d10531e73078f7efb4efa1f5e215a8f871 (patch) | |
tree | bbe0b1b7fdd1c2c69a6ed2e001decc735111bc50 /mod/ffsapi.php | |
parent | 07bd396837426fbe4cf3ecd189513d50a14081a1 (diff) | |
parent | 0db5a8673d57088ab394cdaf372fb81dbd78bcbb (diff) | |
download | volse-hubzilla-91f751d10531e73078f7efb4efa1f5e215a8f871.tar.gz volse-hubzilla-91f751d10531e73078f7efb4efa1f5e215a8f871.tar.bz2 volse-hubzilla-91f751d10531e73078f7efb4efa1f5e215a8f871.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'mod/ffsapi.php')
-rw-r--r-- | mod/ffsapi.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/ffsapi.php b/mod/ffsapi.php index a75e60bcc..de47408bd 100644 --- a/mod/ffsapi.php +++ b/mod/ffsapi.php @@ -55,10 +55,10 @@ function activate(node) { } </script> -<button onclick="activate(this)" title="activate the demo provider">$activate</button> +<button onclick="activate(this)" title="activate the demo provider" class="btn btn-primary">$activate</button> EOT; return $s; -}
\ No newline at end of file +} |