[dw-free] summary links in the sidebar do not bring you to the entry (negatives)
[commit: http://hg.dwscoalition.org/dw-free/rev/4c3713f4dba1]
http://bugs.dwscoalition.org/show_bug.cgi?id=648
Negatives: add proper id to entries, so that anchors work.
Patch by
av8rmike.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=648
Negatives: add proper id to entries, so that anchors work.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/negatives/layout.s2
-------------------------------------------------------------------------------- --- a/bin/upgrading/s2layers/negatives/layout.s2 Fri Apr 03 15:47:20 2009 +0000 +++ b/bin/upgrading/s2layers/negatives/layout.s2 Fri Apr 03 00:20:21 2009 -0400 @@ -331,7 +331,7 @@ function YearPage::print_year_links () #Print_body function Page::print_entry (Entry e) { - print "<div class=\"entry\">"; + print "<div id=\"entry-$e.itemid\" class=\"entry\">"; $e->print_userpic(); print "<div class=\"subject\">»"; $e->print_metatypes(); --------------------------------------------------------------------------------