Changeset 821
- Timestamp:
- 11/02/07 22:25:43 (1 year ago)
- Files:
-
- trunk/lib/merb/controller.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/merb/controller.rb
r798 r821 43 43 end 44 44 45 def build(request, response = StringIO.new, status=200, headers={'Content-Type' => 'text/html '})45 def build(request, response = StringIO.new, status=200, headers={'Content-Type' => 'text/html; charset=utf-8'}) 46 46 cont = new 47 47 cont.set_dispatch_variables(request, response, status, headers)
