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).