masterview_generator 0.3.2 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/templates/masterview.rhtml +2 -1
  2. metadata +2 -2
@@ -1,4 +1,5 @@
1
- <html mv:generate="layouts/<%= controller_file_name %>.rhtml">
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
+ <html mv:generate="layouts/<%= controller_file_name %>.rhtml" xmlns="http://www.w3.org/1999/xhtml">
2
3
  <head>
3
4
  <title><%= controller_class_name %>: {{{= controller.action_name }}}</title>
4
5
 
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: masterview_generator
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.3.2
7
- date: 2007-02-21 00:00:00 -06:00
6
+ version: 0.3.3
7
+ date: 2007-03-15 00:00:00 -06:00
8
8
  summary: A (x)html friendly template engine for rails with the power of layouts, and partials. MasterView Generator for creating templates and scaffolding.
9
9
  require_paths:
10
10
  - .