diff options
| author | r <r@freesoftwareextremist.com> | 2022-05-10 17:29:09 +0000 | 
|---|---|---|
| committer | r <r@freesoftwareextremist.com> | 2022-05-10 17:29:09 +0000 | 
| commit | 0456655fc8cdc6a2fed2888a14efaed65e3b7738 (patch) | |
| tree | 9d5ec015db4fa65fb330c0ee1909deca15eba731 | |
| parent | fcbe489138ff60a0bba716bb6c7684327d78558d (diff) | |
| download | bloat-0456655fc8cdc6a2fed2888a14efaed65e3b7738.tar.gz bloat-0456655fc8cdc6a2fed2888a14efaed65e3b7738.zip  | |
Add missing @ sign in the reply post form
| -rw-r--r-- | templates/postform.tmpl | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/postform.tmpl b/templates/postform.tmpl index 35171a4..0af50fb 100644 --- a/templates/postform.tmpl +++ b/templates/postform.tmpl @@ -5,7 +5,7 @@  	{{if .ReplyContext}}  	<input type="hidden" name="reply_to_id" value="{{.ReplyContext.InReplyToID}}" />  	<input type="hidden" name="quickreply" value="{{.ReplyContext.QuickReply}}" /> -	<label for="post-content" class="post-form-title"> Reply to {{.ReplyContext.InReplyToName}} </label> +	<label for="post-content" class="post-form-title"> Reply to @{{.ReplyContext.InReplyToName}} </label>  	{{else}}  	<label for="post-content" class="post-form-title"> New post </label>  	{{end}}  | 
