Skip to content

Commit

Permalink
updating generated javascript templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Fitzgerald committed Jan 14, 2012
1 parent 68b61ca commit 99389f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -3,12 +3,12 @@
<form id="edit-post" name="post">
<div class="field">
<label for="title"> title:</label>
<input type="text" name="title" id="title" value=<%= title %> >
<input type="text" name="title" id="title" value="<%= title %>" >
</div>

<div class="field">
<label for="body"> body:</label>
<input type="text" name="body" id="body" value=<%= body %> >
<input type="text" name="body" id="body" value="<%= body %>" >
</div>

<div class="actions">
Expand Down
Expand Up @@ -3,12 +3,12 @@
<form id="new-post" name="post">
<div class="field">
<label for="title"> title:</label>
<input type="text" name="title" id="title" value=<%= title %> >
<input type="text" name="title" id="title" value="<%= title %>" >
</div>

<div class="field">
<label for="body"> body:</label>
<input type="text" name="body" id="body" value=<%= body %> >
<input type="text" name="body" id="body" value="<%= body %>" >
</div>

<div class="actions">
Expand Down

0 comments on commit 99389f8

Please sign in to comment.