[docs][xs]: two small bugfixes - download link works with relative links and fix missing backtick in models.markdown.

This commit is contained in:
Rufus Pollock 2012-10-01 23:27:45 +01:00
parent 5d991a4bd7
commit 9d5b010af1
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@
</li>
<li class="divider-vertical"></li>
<li>
<a href="/download.html">
<a href="{{page.root}}download.html">
<i class="icon-download-alt icon-white"></i>
Download
</a>

View File

@ -139,7 +139,7 @@ Where the arguments passed in are as follows:
* `value`: the value of the cell (record value for this field)
* `field`: corresponding `Field` object
* `record : is the `Record` object (as simple JS object)
* `record`: is the `Record` object (as simple JS object)
Note that implementing functions can ignore arguments (e.g. function(value)
would be a valid formatter function).