Skip to content

Commit

Permalink
pkp/pkp-lib#7690 Resolve smarty pickiness
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Oct 17, 2022
1 parent 1dc278b commit 7827294
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<form class="pkp_form" id="sectionForm" method="post" action="{url router=$smarty.const.ROUTE_COMPONENT component="grid.settings.sections.SectionGridHandler" op="updateSection" sectionId=$sectionId}">
{csrf}
<input type="hidden" name="sectionId" value="{$sectionId|escape}"/>
<input type="hidden" name="sectionId" value="{$sectionId|default:""|escape}"/>

{include file="controllers/notification/inPlaceNotification.tpl" notificationId="sectionFormNotification"}

Expand Down

0 comments on commit 7827294

Please sign in to comment.