fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2010-08-17 09:42 am

[dw-free] latest displays and strangely

[commit: http://hg.dwscoalition.org/dw-free/rev/b89e286f4d4c]

http://bugs.dwscoalition.org/show_bug.cgi?id=2960

Mark entries on the latest feed as user content, so that elements may be
styled correctly.

Patch by [personal profile] fu.

Files modified:
  • htdocs/latest.bml
--------------------------------------------------------------------------------
diff -r 5c1fda5ab973 -r b89e286f4d4c htdocs/latest.bml
--- a/htdocs/latest.bml	Tue Aug 17 13:51:37 2010 +0800
+++ b/htdocs/latest.bml	Tue Aug 17 17:42:33 2010 +0800
@@ -169,7 +169,7 @@ EOC
             my $replyurl = $obj->reply_url;
 
             $ret .= <<EOF;
-<div class='latest-entry'>
+<div class='latest-entry usercontent'>
     <div class='tags'>$tags</div>
     <div class='author'>$user ($time)</div>
     <div class='subject'>$subj</div>
--------------------------------------------------------------------------------