diff --git a/openlibrary/templates/type/edition/view.html b/openlibrary/templates/type/edition/view.html index e6c46500c33..caab7572a2e 100644 --- a/openlibrary/templates/type/edition/view.html +++ b/openlibrary/templates/type/edition/view.html @@ -366,16 +366,6 @@

$_("First Sentence")

"$(edition.first_sentence)"

- $if edition.description: -
-

$_("Edition Description")

-
-
- $:sanitize(format(edition.description)) -
-
-
- $if edition: $ component_times['TableOfContents'] = time() $:macros.TableOfContents(edition, ocaid)