From 9d5b010af11350892a76216c36b3380bb8f48a62 Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Mon, 1 Oct 2012 23:27:45 +0100 Subject: [PATCH] [docs][xs]: two small bugfixes - download link works with relative links and fix missing backtick in models.markdown. --- _layouts/default.html | 2 +- docs/models.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 33459e6d..b1606e20 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -51,7 +51,7 @@
  • - + Download diff --git a/docs/models.markdown b/docs/models.markdown index 698f8216..f6536f9e 100644 --- a/docs/models.markdown +++ b/docs/models.markdown @@ -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).