Skip to content

Commit

Permalink
h3 in readme weird
Browse files Browse the repository at this point in the history
  • Loading branch information
robmcvey committed Jan 10, 2011
1 parent 3e57a71 commit e939143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Models with multi-word names should have each word seperated by underscores. For

These fields are automagically updated when you call @save()@ on @$this->data@

.h3 View setup
h3. Controller setup

@<?= $this->Form->create('Pet', array('type' => 'file'));@
@<?= $this->Form->input('pet' , array('type' => 'file')); ?>@
Expand Down

0 comments on commit e939143

Please sign in to comment.