Comment 25 for bug 1424815

Revision history for this message
Kyle Huckins (khuckins) wrote :

New update has been pushed that refactors the read more scripts a bit, reducing code duplication in the Notes section and the misc_util accordion() macro. Using HTML::Element and HTML::TreeBuilder, the accordion can now handle the Added Authors portion of the contributors block. More work is required to get it working with more complex HTML blocks that happens with other parts of the contributors block(such as Cast).

The somewhat hacky additions that ensures highlight compatability have been removed, as they are no longer needed thanks to the use of HTML::Element and HTML::TreeBuilder.