diff options
Diffstat (limited to 'doc/Plugins.md')
-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 */ |