Skip to content

Commit

Permalink
get rid of <hr>'s in TEMPLATES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomayko committed Oct 17, 2009
1 parent 2a4b2c0 commit 953ca51
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions TEMPLATES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ documentation on each supported template engine is provided below.
* [Haml](#haml)
* [Mustache](#mustache)

----

<a name='erb'></a>
ERB (`erb`, `rhtml`)
Expand Down Expand Up @@ -63,7 +62,6 @@ separate thread with `$SAFE` set to the provided level.

* [ERB documentation](http://www.ruby-doc.org/stdlib/libdoc/erb/rdoc/classes/ERB.html)

----

<a name='erubis'></a>
Erubis (`erubis`)
Expand All @@ -89,7 +87,6 @@ using this template engine within a threaded environment.
* [Erubis Home](http://www.kuwata-lab.com/erubis/)
* [Erubis User's Guide](http://www.kuwata-lab.com/erubis/users-guide.html)

----

<a name='haml'></a>
Haml (`haml`)
Expand Down Expand Up @@ -209,8 +206,6 @@ Defaults to `Encoding.default_internal` or, if that's not set, `"utf-8"`.
* [Whitespace Preservation](http://haml-lang.com/docs/yardoc/HAML_REFERENCE.md.html#whitespace_preservation)


----

<a name='mustache'></a>
Mustache (`mustache`)
---------------------
Expand Down

0 comments on commit 953ca51

Please sign in to comment.