public
Rubygem
Fork of nex3/haml
Description: HTML Abstraction Markup Language - A Markup Haiku
Homepage: http://haml.hamptoncatlin.com
Clone URL: git://github.com/chriseppstein/haml.git
Search Repo:
Fix a typo.
nex3 (author)
Sun Mar 16 19:17:12 -0700 2008
commit  6ec003aaa57de71dbaf4fefa97da7d6b2617eadd
tree    8d987138ba0694d74388f21a80af794793ca1d6a
parent  75f2f03926ddbf237995eea9fcd56baeded55e98
...
252
253
254
255
 
256
257
258
...
252
253
254
 
255
256
257
258
0
@@ -252,7 +252,7 @@ $LOAD_PATH << dir unless $LOAD_PATH.include?(dir)
0
 # For example:
0
 #
0
 # %br/
0
-# %meta{'http-euiv' => 'Content-Type', :content => 'text/html'}/
0
+# %meta{'http-equiv' => 'Content-Type', :content => 'text/html'}/
0
 #
0
 # is compiled to:
0
 #

Comments

    No one has commented yet.