I don't know if it's a bug or an PEBKAC.
I'm using to HTML-Nuggets for selfwritten text in my sidebar at the bottom and the Validator gives me an:
One is for Textinformation and one for links.Line 910, Column 14: ID "serendipity_html_nugget_plugin" already defined
<div id="serendipity_html_nugget_plugin" class="sbitem">
An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).
Line 900, Column 14: ID "serendipity_html_nugget_plugin" first defined here
<div id="serendipity_html_nugget_plugin" class="sbitem">
If it's not my fault could it be possible to generate one more class with the title shortened for the item?
Thx in advance
chris