Revert "Fixing a bug in layout.rb's template directory location"

This reverts commit d495074320.
This commit is contained in:
Mike West 2011-03-17 20:16:12 +01:00
parent d495074320
commit e5e0d53f18

View File

@ -2,7 +2,7 @@ require 'mustache'
require 'pathname'
class Rocco::Layout < Mustache
self.template_path = "#{File.dirname(__FILE__)}/."
self.template_path = "#{File.dirname(__FILE__)}/.."
def initialize(doc, file=nil)
@doc = doc