diff --git a/application/view/omeka/admin/resource-template/show-details.phtml b/application/view/omeka/admin/resource-template/show-details.phtml index a78cb14daa..5901929246 100644 --- a/application/view/omeka/admin/resource-template/show-details.phtml +++ b/application/view/omeka/admin/resource-template/show-details.phtml @@ -9,8 +9,8 @@ $propertyAltLabel = $escape($resourceTemplateProperty->alternateLabel()); $propertyAltComment = $escape($resourceTemplateProperty->alternateComment()); ?>
-trigger('view.details', array('entity' => $resource)); ?> \ No newline at end of file +trigger('view.details', array('entity' => $resource)); ?> diff --git a/application/view/omeka/admin/resource-template/show-property-row.phtml b/application/view/omeka/admin/resource-template/show-property-row.phtml index 7ae6b2bcc6..faec25f5ca 100644 --- a/application/view/omeka/admin/resource-template/show-property-row.phtml +++ b/application/view/omeka/admin/resource-template/show-property-row.phtml @@ -7,9 +7,9 @@ $propertyId = $escape($property->id());