encode logoPath

This commit is contained in:
Shinsuke Sugaya 2020-06-06 11:14:44 +09:00
parent e7ebdd1c42
commit 5f426e4278

View file

@ -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">