From cfa8bd563a0ede3696bf0120e05c20d043c457d7 Mon Sep 17 00:00:00 2001 From: Unknown Name Date: Tue, 27 Jan 2015 05:23:28 +0000 Subject: basics.rst edited online with Bitbucket : fixed typo in favicon sample code --- docs/basics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/basics.rst b/docs/basics.rst index 8129fc45..7dee3e0c 100644 --- a/docs/basics.rst +++ b/docs/basics.rst @@ -702,7 +702,7 @@ tool. You can serve your own favicon as follows: '/favicon.ico': { 'tools.staticfile.on': True, - 'tools.staticfile.filename:' '/path/to/myfavicon.ico' + 'tools.staticfile.filename': '/path/to/myfavicon.ico' } } ) -- cgit v1.2.1