From 8fa62fc300f98a43f13eca3a5998aa4e1a9901ea Mon Sep 17 00:00:00 2001 From: bootstraponline Date: Mon, 19 Nov 2012 17:16:53 -0700 Subject: [PATCH] @css is set in before --- lib/gollum/frontend/app.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/gollum/frontend/app.rb b/lib/gollum/frontend/app.rb index 5910271a..1a405750 100644 --- a/lib/gollum/frontend/app.rb +++ b/lib/gollum/frontend/app.rb @@ -237,7 +237,6 @@ module Precious @content = @page.formatted_data @toc_content = wiki.universal_toc ? @page.toc_data : nil @mathjax = wiki.mathjax - @css = wiki.css @h1_title = wiki.h1_title @editable = false mustache :page @@ -357,7 +356,6 @@ module Precious @content = page.formatted_data @toc_content = wiki.universal_toc ? @page.toc_data : nil @mathjax = wiki.mathjax - @css = wiki.css @h1_title = wiki.h1_title mustache :page elsif file = wiki.file(fullpath)