diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-11-03 11:19:22 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-11-03 11:19:22 +0100 |
commit | 43d80901825b95d881d4e072a9bd0898b0b8ab16 (patch) | |
tree | 10db0177f99292b695bc07ee92123ba79febd6db /view/tpl | |
parent | d13dae6b060ad1147426ae88791cac5970ab3b03 (diff) | |
download | volse-hubzilla-43d80901825b95d881d4e072a9bd0898b0b8ab16.tar.gz volse-hubzilla-43d80901825b95d881d4e072a9bd0898b0b8ab16.tar.bz2 volse-hubzilla-43d80901825b95d881d4e072a9bd0898b0b8ab16.zip |
timeago() works best with iso format. fix #118
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/prv_message.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/prv_message.tpl b/view/tpl/prv_message.tpl index b0ea8b753..20f5df39a 100755 --- a/view/tpl/prv_message.tpl +++ b/view/tpl/prv_message.tpl @@ -31,7 +31,7 @@ <div class="form-group"> <label for="prvmail-text">{{$yourmessage}}</label> - <textarea class="form-control" id="prvmail-text" name="body"">{{$text}}</textarea> + <textarea class="form-control" id="prvmail-text" name="body">{{$text}}</textarea> </div> <div id="prvmail-submit-wrapper" class="form-group"> |