This commit is contained in:
Simon Martens
2022-11-28 14:41:16 +01:00
parent 7193564e98
commit c9f56d2ac6
12 changed files with 68 additions and 64 deletions

View File

@@ -122,7 +122,7 @@
<div class="ha-editfrom">@edit.ParsedStart</div>@if(!String.IsNullOrEmpty(edit.ParsedEnd)){<div class="ha-editto">@edit.ParsedEnd</div>}
</td>
<td class="ha-editreference">
@if (!String.IsNullOrWhiteSpace(edit.Text))
@if (!String.IsNullOrWhiteSpace(edit.Text) && !String.IsNullOrWhiteSpace(edit.Preview))
{
<span>
@Html.Raw(@edit.Preview)]