Wrong CSS class for Tags in generated report

When a report is generated for items containing tags, the HTML for the Tags section reads:
<h3 class="tags">Tags:</h3>
<ul class="class" tags="tags">
<li>...</li>
</ul>
The <ul> should obviously be
class="tags"
instead, which is what Zotero correctly generates for other fields.


PS. For those interested, I'm customising my reports by using a Firefox plugin called Stylish to create a user stylesheet for pages originating from zotero://report. For example, I hide the Date Added field by using:
.dateAdded {
display: none;
}
The user stylesheet is at

https://userstyles.org/styles/123697/zotero-reports-customised
Sign In or Register to comment.