diff options
author | friendica <info@friendica.com> | 2014-08-31 16:24:37 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-31 16:24:37 -0700 |
commit | 0517e22e82f88140ef89fcbb96af4d67937d998a (patch) | |
tree | 6c419710b01f882125142bdfec9eb43f50561395 | |
parent | 2d0ad0625a1bc8bc54ad21d1a5ebb057b0afa357 (diff) | |
parent | 888c5dc84930c29ffab5d6f1ce1f4b0d5e7e3dad (diff) | |
download | volse-hubzilla-0517e22e82f88140ef89fcbb96af4d67937d998a.tar.gz volse-hubzilla-0517e22e82f88140ef89fcbb96af4d67937d998a.tar.bz2 volse-hubzilla-0517e22e82f88140ef89fcbb96af4d67937d998a.zip |
Merge https://github.com/friendica/red into pending_merge
-rw-r--r-- | doc/Plugins.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Plugins.md b/doc/Plugins.md index c3eaea348..0db7c9ebc 100644 --- a/doc/Plugins.md +++ b/doc/Plugins.md @@ -180,7 +180,7 @@ Now let's add our functions to create and store preference settings. /* Add our stylesheet to the page so we can make our settings look nice */ - head_add_css(/addon/randplace/randplace.css'); + head_add_css('/addon/randplace/randplace.css'); /* Get the current state of our config variable */ |