Skip to content

Commit

Permalink
added markdown class & changed filename to something NERDTree could h…
Browse files Browse the repository at this point in the history
…andle
  • Loading branch information
benatkin committed Nov 30, 2010
1 parent 6895666 commit 43775eb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions evently/wiki/edit/mustache.html
Expand Up @@ -5,12 +5,12 @@
<p><label>Title: <input type="text" name="title" value="{{title}}"></label></p>
<input type="hidden" name="_rev" value="{{_rev}}">
<input type="hidden" name="_id" value="{{_id}}">
<textarea name="markdown" rows="30" cols="70">{{{markdown}}}</textarea>
<textarea name="markdown" class="markdown" rows="30" cols="70">{{{markdown}}}</textarea>
<p><label>Optional description: <input size="60" type="text" name="note" value="{{note}}"></label>
<input type="submit" value="Save Changes">
</p>
{{>help}}
</div>
<div class="preview"></div>
<div class="clear"></div>
</form>
</form>

0 comments on commit 43775eb

Please sign in to comment.