From 888c5dc84930c29ffab5d6f1ce1f4b0d5e7e3dad Mon Sep 17 00:00:00 2001 From: jeroenpraat Date: Sun, 31 Aug 2014 21:25:33 +0200 Subject: [PATCH] missing ' --- doc/Plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */