Fix the content of issue preview to empty.

This commit is contained in:
shimamoto
2013-06-21 17:33:06 +09:00
parent 3bdb9c1a0f
commit a8184a93c0
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@
</li>
</ul>
*@
@html.preview(repository, "Leave a comment", false, true, true, "width: 650px; height: 200px;")
@html.preview(repository, "", false, true, true, "width: 650px; height: 200px;")
</div>
</div>
<input type="submit" class="btn btn-success" value="Submit new issue"/>