Skip to content

Commit

Permalink
#1025 stop rendering superfluous </li> tags
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanrauh committed Nov 2, 2018
1 parent ed5320f commit defe867
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ public void encodeEnd(FacesContext context, UIComponent component) throws IOExce
DropButton dropButton = (DropButton) component;
ResponseWriter rw = context.getResponseWriter();
rw.endElement("ul");
rw.endElement("li");

rw.endElement("div"); // btn-group
Tooltip.activateTooltips(context, dropButton);
Expand Down

0 comments on commit defe867

Please sign in to comment.