diff --git a/templates/ArtworkForm.php b/templates/ArtworkForm.php
index b7722741..d1a34f62 100644
--- a/templates/ArtworkForm.php
+++ b/templates/ArtworkForm.php
@@ -30,7 +30,6 @@ $now = new DateTimeImmutable('now', new DateTimeZone('America/Juneau')); // Late
name="artist-name"
list="artist-names"
required="required"
- autocomplete="off"
value="= Formatter::EscapeHtml($artwork->Artist->Name) ?>"
/>
@@ -43,7 +42,6 @@ $now = new DateTimeImmutable('now', new DateTimeZone('America/Juneau')); // Late
name="artist-year-of-death"
inputmode="numeric"
pattern="[0-9]{1,4}"
- autocomplete="off"
value="= Formatter::EscapeHtml($artwork->Artist->DeathYear) ?>"
/>
@@ -52,7 +50,7 @@ $now = new DateTimeImmutable('now', new DateTimeZone('America/Juneau')); // Late
Artwork details
Name
-
@@ -63,7 +61,6 @@ $now = new DateTimeImmutable('now', new DateTimeZone('America/Juneau')); // Late
name="artwork-year"
inputmode="numeric"
pattern="[0-9]{1,4}"
- autocomplete="off"
value="= Formatter::EscapeHtml($artwork->CompletedYear) ?>"
/>
@@ -82,7 +79,6 @@ $now = new DateTimeImmutable('now', new DateTimeZone('America/Juneau')); // Late
type="text"
name="artwork-tags"
required="required"
- autocomplete="off"
value="= Formatter::EscapeHtml($artwork->ImplodeTags()) ?>"
/>
@@ -107,7 +103,6 @@ $now = new DateTimeImmutable('now', new DateTimeZone('America/Juneau')); // Late
@@ -130,7 +125,6 @@ $now = new DateTimeImmutable('now', new DateTimeZone('America/Juneau')); // Late
name="artwork-publication-year"
inputmode="numeric"
pattern="[0-9]{4}"
- autocomplete="off"
value="= Formatter::EscapeHtml($artwork->PublicationYear) ?>"
/>
@@ -140,7 +134,6 @@ $now = new DateTimeImmutable('now', new DateTimeZone('America/Juneau')); // Late
@@ -150,7 +143,6 @@ $now = new DateTimeImmutable('now', new DateTimeZone('America/Juneau')); // Late
@@ -160,7 +152,6 @@ $now = new DateTimeImmutable('now', new DateTimeZone('America/Juneau')); // Late
@@ -201,7 +192,7 @@ $now = new DateTimeImmutable('now', new DateTimeZone('America/Juneau')); // Late
In use by
The full S.E. ebook URL. If not in use, leave this blank.
-
+
} ?>
diff --git a/www/artworks/edit.php b/www/artworks/edit.php
index aaa33a81..71ca87a1 100644
--- a/www/artworks/edit.php
+++ b/www/artworks/edit.php
@@ -57,7 +57,7 @@ catch(Exceptions\InvalidPermissionsException){
-
diff --git a/www/artworks/get.php b/www/artworks/get.php
index 876e562b..73f90e8e 100644
--- a/www/artworks/get.php
+++ b/www/artworks/get.php
@@ -156,7 +156,7 @@ catch(Exceptions\InvalidPermissionsException){
if($artwork->CanStatusBeChangedBy($GLOBALS['User'])){ ?>
Review the metadata and PD proof for this artwork submission. Approve to make it available for future producers. Once an artwork is approved, it can no longer be edited.
} ?>
-