aboutsummaryrefslogtreecommitdiff
path: root/source/cfg
diff options
context:
space:
mode:
Diffstat (limited to 'source/cfg')
-rw-r--r--source/cfg/cherrypy.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cfg/cherrypy.cfg b/source/cfg/cherrypy.cfg
index a419504d..6e5374fa 100644
--- a/source/cfg/cherrypy.cfg
+++ b/source/cfg/cherrypy.cfg
@@ -21,4 +21,4 @@ tools.staticdir.match = "(?i)^.+\.css$"
[/images]
tools.staticdir.on = True
tools.staticdir.dir = "img"
-tools.staticdir.match = "(?i)^.+\.png$" \ No newline at end of file
+tools.staticdir.match = "(?i)^.+\.png$"
bgstack15