Skip to content

Commit

Permalink
LPD-34919 SF
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Aug 28, 2024
1 parent 6fb10d0 commit ccdcefe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,7 @@ protected int processStartTag() throws Exception {
protected void writeIcon(JspWriter jspWriter) throws IOException {
jspWriter.write("\"><svg class=\"lexicon-icon lexicon-icon-");
jspWriter.write(_icon);
jspWriter.write("\" role=\"presentation\">");
jspWriter.write("<use xlink:href=\"");
jspWriter.write("\" role=\"presentation\"><use xlink:href=\"");

HttpServletRequest httpServletRequest = getRequest();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ public class IconTag extends BaseContainerTag {
@Override
public int doStartTag() throws JspException {
setAttributeNamespace(_ATTRIBUTE_NAMESPACE);

setContainerElement("svg");

setDynamicAttribute(StringPool.BLANK, "role", "presentation");

HttpServletRequest httpServletRequest = getRequest();
Expand Down

0 comments on commit ccdcefe

Please sign in to comment.