Skip to content

Commit 6ea7082

Browse files
committed
Add BOM to new teamplate files.
1 parent 6d22aad commit 6ea7082

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/BlazorWeb-CSharp.Client/Pages/WeatherDetails.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@page "/weather/details/{date}"
1+
@page "/weather/details/{date}"
22
@*#if (UseServer && !InteractiveAtRoot)
33
@rendermode InteractiveAuto
44
##elseif (!InteractiveAtRoot)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@page "/not-found"
1+
@page "/not-found"
22

33
<h3>Not Found</h3>
44
<p>Sorry, the content you are looking for does not exist.</p>

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/BlazorWeb-CSharp/Components/Pages/WeatherDetails.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@page "/weather/details/{id:int}"
1+
@page "/weather/details/{id:int}"
22
@*#if (!InteractiveAtRoot) -->
33
@attribute [StreamRendering]
44
##endif*@

0 commit comments

Comments
 (0)