Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
ao-apps committed Oct 6, 2023
2 parents d79431b + d30cd9d commit 8b1d9fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ along with pragmatickm-contact-taglib. If not, see <https://www.gnu.org/license
shortTitle="Changelog"
tocLevels="1"
datePublished="2017-07-25T20:56:44-05:00"
dateModified="2022-05-15T09:43:02-05:00"
dateModified="2023-10-06T05:35:14Z"
>
<c:set var="latestRelease" value="1.6.1" />
<c:if test="${
Expand All @@ -55,6 +55,7 @@ along with pragmatickm-contact-taglib. If not, see <https://www.gnu.org/license
>
<ul>
<li>Updated for <ao:a href="https://semanticcms.com/">SemanticCMS</ao:a> 2.</li>
<li><code>ElementTag.evaluateAttributes(…)</code> no longer throws <code>IOException</code>.</li>
</ul>
</changelog:release>
</c:if>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ protected Contact createElement() {
}

@Override
protected void evaluateAttributes(Contact element, ELContext elContext) throws JspTagException, IOException {
protected void evaluateAttributes(Contact element, ELContext elContext) throws JspTagException {
try {
super.evaluateAttributes(element, elContext);
element.setTitle(resolveValue(title, String.class, elContext));
Expand Down

0 comments on commit 8b1d9fb

Please sign in to comment.