Skip to content

Commit

Permalink
Fix typos in quickref
Browse files Browse the repository at this point in the history
  • Loading branch information
canton7 committed Apr 3, 2012
1 parent 9d37cd1 commit c3104f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions quickref.md
Expand Up @@ -302,7 +302,7 @@ Returns a set of `<script>`/`<link>` tag(s), as required.

`$group`: If false/null, render all groups. If a string, render just the named group.

`$options': A set of options to control how/if the tags are rendered. See the docs for details.
`$options`: A set of options to control how/if the tags are rendered. See the docs for details.

<a name="qr-render-js"></a>
### render_js
Expand All @@ -313,7 +313,7 @@ Returns a set of `<script>` tag(s), as required.

`$group`: If false/null, render all groups. If a string, render just the named group.

`$options': A set of options to control how/if the tags are rendered. See the docs for details.
`$options`: A set of options to control how/if the tags are rendered. See the docs for details.

<a name="qr-render-css"></a>
### render_css
Expand All @@ -324,7 +324,7 @@ Returns a set of `<link>` tag(s), as required.

`$group`: If false/null, render all groups. If a string, render just the named group.

`$options': A set of options to control how/if the tags are rendered. See the docs for details.
`$options`: A set of options to control how/if the tags are rendered. See the docs for details.

<a name="qr-render-js-inline"></a>
### render_js_inline
Expand Down Expand Up @@ -400,4 +400,4 @@ Cleares css files last modified before the given time.

`clear_css_cache($before = 'now')`.

`$before`: The before which to delete cache files. any `strtotime`-compatible format allowed.
`$before`: The before which to delete cache files. any `strtotime`-compatible format allowed.

0 comments on commit c3104f6

Please sign in to comment.