aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjeroenpraat <jeroenpraat@xs4all.nl>2014-08-31 21:25:33 +0200
committerjeroenpraat <jeroenpraat@xs4all.nl>2014-08-31 21:25:33 +0200
commit888c5dc84930c29ffab5d6f1ce1f4b0d5e7e3dad (patch)
treea3a0e0b5e392241f27c25773412730a5edd013c8 /doc
parent45c35d97b8ce627cb90efa320b7daca4097aef75 (diff)
downloadvolse-hubzilla-888c5dc84930c29ffab5d6f1ce1f4b0d5e7e3dad.tar.gz
volse-hubzilla-888c5dc84930c29ffab5d6f1ce1f4b0d5e7e3dad.tar.bz2
volse-hubzilla-888c5dc84930c29ffab5d6f1ce1f4b0d5e7e3dad.zip
missing '
Diffstat (limited to 'doc')
-rw-r--r--doc/Plugins.md2
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 */