Skip to content

Commit

Permalink
LPS-79566 SF
Browse files Browse the repository at this point in the history
  • Loading branch information
jpince committed May 23, 2018
1 parent c53f6b3 commit 230f42b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util-taglib/src/com/liferay/taglib/ui/AlertTag.java
Expand Up @@ -147,11 +147,11 @@ protected void setAttributes(HttpServletRequest request) {

private static final String _ATTRIBUTE_NAMESPACE = "liferay-ui:alert:";

private static final String _PAGE = "/html/taglib/ui/alert/page.jsp";

private static final String _CONTENT_TMPL = StringUtil.read(
AlertTag.class, "alert/alert.tmpl");

private static final String _PAGE = "/html/taglib/ui/alert/page.jsp";

private Integer _animationTime = 500;
private boolean _closeable = true;
private String _icon = "info-circle";
Expand Down

0 comments on commit 230f42b

Please sign in to comment.