diff options
author | chai <chaifix@163.com> | 2018-07-12 21:14:44 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-07-12 21:14:44 +0800 |
commit | 181b206863d3765fe5343ceea8e1e00e52ffba9e (patch) | |
tree | c14fea74a41b7c1d789bf89a0e15238f3511dc8c /cgi-bin/template/whisper.html | |
parent | d351e45604f192df6ef710d476a8e529fefa73bf (diff) |
update
Diffstat (limited to 'cgi-bin/template/whisper.html')
-rw-r--r-- | cgi-bin/template/whisper.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/cgi-bin/template/whisper.html b/cgi-bin/template/whisper.html index ca09bb7..ae7ede4 100644 --- a/cgi-bin/template/whisper.html +++ b/cgi-bin/template/whisper.html @@ -2,11 +2,9 @@ <div class="whisper_content"> {content} </div> - <div class="whisper_date" date="{date}"> - {date} - </div> + <div class="whisper_date" date="{date}"></div> <div class="whisper_edit"> <a href="{url}/edit.py?w={id}">[编辑]</a> </div> <div style="clear:both"></div> -</div>
\ No newline at end of file +</div> |