Fix bug of preview content.

This commit is contained in:
Florian THIERRY
2024-09-21 22:20:00 +02:00
parent d893afa1f3
commit a3adfa8ee0
9 changed files with 77 additions and 45 deletions

View File

@@ -86,7 +86,7 @@
<h1>{{ publication.title }}</h1>
<h2>{{ publication.description }}</h2>
</header>
<main [innerHTML]="publication.parsedText"></main>
<main [innerHTML]="publicationInEdition.parsedText"></main>
}
</div>
</mat-tab>