summaryrefslogtreecommitdiff
path: root/views/new-post.php
diff options
context:
space:
mode:
authorAaron Parecki <aaron@parecki.com>2015-04-18 17:45:19 -0700
committerAaron Parecki <aaron@parecki.com>2015-04-18 17:45:19 -0700
commite456edd83b88d83a4b2ae274fa91f517bba8cf6a (patch)
tree38b40170043ace4dace181022df56abe7a9e6b83 /views/new-post.php
parentecd4b8de9393a4cf1a9469075e9479214a4148ca (diff)
parentf9a19f628fd805c0e756c133bd789a9da8fcd246 (diff)
Merge branch 'master' of github.com:aaronpk/IndiePost
Diffstat (limited to 'views/new-post.php')
-rw-r--r--views/new-post.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/new-post.php b/views/new-post.php
index a03259c..86d15c9 100644
--- a/views/new-post.php
+++ b/views/new-post.php
@@ -10,7 +10,7 @@
<div class="form-group">
<label for="note_in_reply_to"><code>in-reply-to</code> (optional, a URL you are replying to)</label>
- <input type="text" id="note_in_reply_to" value="" class="form-control">
+ <input type="text" id="note_in_reply_to" value="<?= $this->in_reply_to ?>" class="form-control">
</div>
<div class="form-group">