[dw-free] Display tags on the post comment page
[commit: http://hg.dwscoalition.org/dw-free/rev/40c057a5e15f]
http://bugs.dwscoalition.org/show_bug.cgi?id=2839
Display tags on site skinned reply pages (s2-style/custom reply pages
already show entry tags)
Patch by
kareila.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2839
Display tags on site skinned reply pages (s2-style/custom reply pages
already show entry tags)
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/talkpost.bml
-------------------------------------------------------------------------------- diff -r 8d017fc5e194 -r 40c057a5e15f htdocs/talkpost.bml --- a/htdocs/talkpost.bml Tue Dec 28 21:10:37 2010 +0800 +++ b/htdocs/talkpost.bml Tue Dec 28 21:16:25 2010 +0800 @@ -284,8 +284,6 @@ body<= } my %current = LJ::currents( $props, $up, { entry => $entry } ); - # for some reason we don't display tags here - delete $current{Tags}; $ret .= "<div id='entry' class='usercontent' style='margin-left: 30px'>"; --------------------------------------------------------------------------------