fix codefix that wasn't closed

This commit is contained in:
Bill Wagner 2024-11-08 15:56:39 -05:00
Родитель df548d6e91
Коммит f2bb68e0f0
2 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -76,3 +76,4 @@ Directives such as `#if` and `#endif` do not allow semicolons after the directiv
<h3>@ViewData["Title"]</h3>
#endif
}
```

Просмотреть файл

@ -55,4 +55,3 @@ can cause changes to how the output is rendered from previous versions of the Ra
#endif
}
```