From 218d3f14867c292c28a3dc4d2a3fa7ebf63ebe33 Mon Sep 17 00:00:00 2001 From: Marijn Kampf Date: Wed, 15 Jul 2015 15:36:19 +0100 Subject: [PATCH] Fixed type in code example --- .../How_Tos/Extend_CMS_Interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/How_Tos/Extend_CMS_Interface.md b/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/How_Tos/Extend_CMS_Interface.md index 024257b33..c26fd24ef 100644 --- a/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/How_Tos/Extend_CMS_Interface.md +++ b/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/How_Tos/Extend_CMS_Interface.md @@ -60,7 +60,7 @@ Load the new CSS file into the CMS, by setting the `LeftAndMain.extra_requiremen :::yml LeftAndMain: extra_requirements_css: - - mysite/css/BookmarkedPages.css: + - mysite/css/BookmarkedPages.css ## Create a "bookmark" flag on pages ##