Skip to content

Commit

Permalink
Output attached html attributes for dd in definition lists (fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Sep 21, 2016
1 parent 6c57705 commit 165e2f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ protected override void Write(HtmlRenderer renderer, DefinitionList list)
{
if (!hasOpendd)
{
renderer.Write("<dd>");
renderer.Write("<dd").WriteAttributes(definitionItem).Write(">");
countdd = 0;
hasOpendd = true;
}
Expand Down

0 comments on commit 165e2f9

Please sign in to comment.