@css is set in before

This commit is contained in:
bootstraponline
2012-11-19 17:16:53 -07:00
parent 6c345fc508
commit 8fa62fc300
-2
View File
@@ -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)