diff options
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> |