workflow/publish: update to php-8.1
[mdref/mdref] / views / edit.phtml
index aabbb024edec32161e8263e8a1eac4026bc9f9e5..dcce1ca7c46fd5fb26ea0f6d3c33b78f9e5fcf92 100644 (file)
@@ -1,3 +1,5 @@
+
 <?php if (isset($listing) && ($entry = $listing->getSelf()) && ($url = $entry->formatEditUrl())) : ?>
+
        <a class="edit" href="<?=$url?>">Edit Page</a>
 <?php endif; ?>