Skip to content

Commit

Permalink
switching input to text
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorris committed May 10, 2013
1 parent 94f0f6f commit 8d8d78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prose/views/post.js
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ module.exports = Backbone.View.extend({
checked: data.field.value
}));
break;
case 'input':
case 'text':
tmpl = _(window.app.templates.text).template();
$metadataEditor.append(tmpl({
name: data.name,
Expand Down

0 comments on commit 8d8d78e

Please sign in to comment.