Skip to content

Commit

Permalink
Fixed markup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesc Esplugas committed Apr 24, 2009
1 parent b677d3c commit b44a3a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rdoc
Expand Up @@ -11,9 +11,9 @@ created the plugin.
Changed breadcrumb method to accept 3 options: <tt>:wrap_with_tag</tt>,
<tt>:class</tt> and <tt>:separator</tt>.

* +:wrap_with_tag+ - An HTML tag to wrap each breadcrumb entry with (ie. li, p, etc.).
* +:class+ - An HTML class to give to the tag specified in the +:wrap_with_tag+ option.
* +:separator+ - Acts the same as the old breadcrumb method worked.
* <tt>:wrap_with_tag</tt> - An HTML tag to wrap each breadcrumb entry with (ie. li, p, etc.).
* <tt>:class</tt> - An HTML class to give to the tag specified in the +:wrap_with_tag+ option.
* <tt>:separator</tt> - Acts the same as the old breadcrumb method worked.

== Example

Expand Down

0 comments on commit b44a3a1

Please sign in to comment.