public
Rubygem
Description: Merb Core: All you need. None you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/wycats/merb-core.git
another tiny tweak
wycats (author)
Wed Jul 23 16:30:23 -0700 2008
commit  dea5b6914daa668e01ded198281441796925a3d5
tree    4e7fc991608e3c910f79b960b97bc69d07b11e0a
parent  04d38da798cda4217dcd3b1b29c9043e873b6ad0
...
47
48
49
50
 
51
52
53
...
47
48
49
 
50
51
52
53
0
@@ -47,7 +47,7 @@ module Merb::Template
0
     #---
0
     # @semipublic
0
     def load_template_io(path)
0
-      File.open(path)
0
+      File.open(path, "r")
0
     end
0
 
0
     # Get the name of the template method for a particular path.

Comments