encode logoPath
This commit is contained in:
parent
e7ebdd1c42
commit
5f426e4278
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
<la:link href="/admin/" styleClass="brand-link text-center">
|
||||
<span class="brand-text">
|
||||
<c:if test="${empty param.brandName or empty param.logoPath}"><img src="${fe:url('/images/logo-head.png')}" alt="<la:message key="labels.header_brand_name" />" /></c:if
|
||||
><c:if test="${not empty param.brandName and not empty param.logoPath}"><img src="${param.logoPath}" alt="${f:h(param.brandName)}" /></c:if>
|
||||
><c:if test="${not empty param.brandName and not empty param.logoPath}"><img src="${fe:url(param.logoPath)}" alt="${f:h(param.brandName)}" /></c:if>
|
||||
</span>
|
||||
</la:link>
|
||||
<div class="sidebar">
|
||||
|
|
Loading…
Add table
Reference in a new issue