Browse Source

Merge pull request #310 from Zenklys/patch-1

Markdown typo : documentation.
Christophe Coevoet 13 years ago
parent
commit
49cee36153
1 changed files with 1 additions and 0 deletions
  1. 1 0
      doc/timestampable.md

+ 1 - 0
doc/timestampable.md

@@ -66,6 +66,7 @@ by default it updates this column on update. If column is not date, datetime or
 type it will trigger an exception.
 type it will trigger an exception.
 
 
 Available configuration options:
 Available configuration options:
+
 - **on** - is main option and can be **create, update, change** this tells when it 
 - **on** - is main option and can be **create, update, change** this tells when it 
 should be updated
 should be updated
 - **field** - only valid if **on="change"** is specified, tracks property for changes
 - **field** - only valid if **on="change"** is specified, tracks property for changes