Skip to content

Commit

Permalink
Swap trademark char for HTML entity (dotnet#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
guardrex authored Dec 19, 2023
1 parent 2d5abbc commit c22a782
Show file tree
Hide file tree
Showing 27 changed files with 31 additions and 31 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@inherits LayoutComponentBase

<PageTitle>Doctor Who® Database</PageTitle>
<PageTitle>Doctor Who&reg; Database</PageTitle>

<header>
<h1>Doctor Who® Database</h1>
<h1>Doctor Who&reg; Database</h1>
</header>

<nav>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@inherits LayoutComponentBase
@layout ProductionsLayout

<PageTitle>Doctor Who® Database</PageTitle>
<PageTitle>Doctor Who&reg; Database</PageTitle>

<h1>Doctor Who® Database</h1>
<h1>Doctor Who&reg; Database</h1>

<nav>
<a href="main-episode-list">Main Episode List</a>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@page "/episodes"
@layout DoctorWhoLayout

<h2>Doctor Who® Episodes</h2>
<h2>Doctor Who&reg; Episodes</h2>

<ul>
<li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PageTitle>The Sunmakers</PageTitle>

<h1>Doctor Who®: The Sunmakers Actors (Villains)</h1>
<h1>Doctor Who&reg;: The Sunmakers Actors (Villains)</h1>

@if (actors != null)
{
Expand Down
2 changes: 1 addition & 1 deletion 8.0/BlazorSample_BlazorWebApp/Components/RocketLab.razor
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h2>Rocket Lab®</h2>
<h2>Rocket Lab&reg;</h2>

<p>
Rocket Lab is a registered trademark of
Expand Down
2 changes: 1 addition & 1 deletion 8.0/BlazorSample_BlazorWebApp/Components/RocketLab2.razor
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h2>Rocket Lab®</h2>
<h2>Rocket Lab&reg;</h2>

<p>
Rocket Lab is a registered trademark of
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h2>Rocket Lab®</h2>
<h2>Rocket Lab&reg;</h2>

<p>
User selected a window seat: @WindowSeat
Expand Down
2 changes: 1 addition & 1 deletion 8.0/BlazorSample_BlazorWebApp/Components/SpaceX.razor
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h2>SpaceX®</h2>
<h2>SpaceX&reg;</h2>

<p>
SpaceX is a registered trademark of
Expand Down
2 changes: 1 addition & 1 deletion 8.0/BlazorSample_BlazorWebApp/Components/SpaceX2.razor
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h2>SpaceX®</h2>
<h2>SpaceX&reg;</h2>

<p>
SpaceX is a registered trademark of
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h2>United Launch Alliance®</h2>
<h2>United Launch Alliance&reg;</h2>

<p>
United Launch Alliance and ULA are registered trademarks of
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h2>United Launch Alliance®</h2>
<h2>United Launch Alliance&reg;</h2>

<p>
United Launch Alliance and ULA are registered trademarks of
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h2>Virgin Galactic®</h2>
<h2>Virgin Galactic&reg;</h2>

<p>
Virgin Galactic is a registered trademark of
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h2>Virgin Galactic®</h2>
<h2>Virgin Galactic&reg;</h2>

<p>
Virgin Galactic is a registered trademark of
Expand Down
4 changes: 2 additions & 2 deletions 8.0/BlazorSample_WebAssembly/Layout/DoctorWhoLayout.razor
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@inherits LayoutComponentBase

<PageTitle>Doctor Who® Database</PageTitle>
<PageTitle>Doctor Who&reg; Database</PageTitle>

<header>
<h1>Doctor Who® Database</h1>
<h1>Doctor Who&reg; Database</h1>
</header>

<nav>
Expand Down
4 changes: 2 additions & 2 deletions 8.0/BlazorSample_WebAssembly/Layout/DoctorWhoLayout2.razor
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@inherits LayoutComponentBase
@layout ProductionsLayout

<PageTitle>Doctor Who® Database</PageTitle>
<PageTitle>Doctor Who&reg; Database</PageTitle>

<h1>Doctor Who® Database</h1>
<h1>Doctor Who&reg; Database</h1>

<nav>
<a href="main-episode-list">Main Episode List</a>
Expand Down
2 changes: 1 addition & 1 deletion 8.0/BlazorSample_WebAssembly/Pages/Episodes.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@page "/episodes"
@layout DoctorWhoLayout

<h2>Doctor Who® Episodes</h2>
<h2>Doctor Who&reg; Episodes</h2>

<ul>
<li>
Expand Down
2 changes: 1 addition & 1 deletion 8.0/BlazorSample_WebAssembly/Pages/ProductDetails.razor
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ else
return Task.FromResult(
new ProductDetail()
{
ProductName = "Flowbee®",
ProductName = "Flowbee&reg;",
Description = "The Revolutionary Haircutting System " +
"You've Come to Love! https://flowbee.com/"
});
Expand Down
2 changes: 1 addition & 1 deletion 8.0/BlazorSample_WebAssembly/Pages/TheSunmakers.razor
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PageTitle>The Sunmakers</PageTitle>

<h1>Doctor Who®: The Sunmakers Actors (Villains)</h1>
<h1>Doctor Who&reg;: The Sunmakers Actors (Villains)</h1>

@if (actors != null)
{
Expand Down
2 changes: 1 addition & 1 deletion 8.0/BlazorSample_WebAssembly/Shared/RocketLab.razor
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h2>Rocket Lab®</h2>
<h2>Rocket Lab&reg;</h2>

<p>
Rocket Lab is a registered trademark of
Expand Down
2 changes: 1 addition & 1 deletion 8.0/BlazorSample_WebAssembly/Shared/RocketLab2.razor
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h2>Rocket Lab®</h2>
<h2>Rocket Lab&reg;</h2>

<p>
Rocket Lab is a registered trademark of
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h2>Rocket Lab®</h2>
<h2>Rocket Lab&reg;</h2>

<p>
User selected a window seat: @WindowSeat
Expand Down
2 changes: 1 addition & 1 deletion 8.0/BlazorSample_WebAssembly/Shared/SpaceX.razor
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h2>SpaceX®</h2>
<h2>SpaceX&reg;</h2>

<p>
SpaceX is a registered trademark of
Expand Down
2 changes: 1 addition & 1 deletion 8.0/BlazorSample_WebAssembly/Shared/SpaceX2.razor
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h2>SpaceX®</h2>
<h2>SpaceX&reg;</h2>

<p>
SpaceX is a registered trademark of
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h2>United Launch Alliance®</h2>
<h2>United Launch Alliance&reg;</h2>

<p>
United Launch Alliance and ULA are registered trademarks of
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h2>United Launch Alliance®</h2>
<h2>United Launch Alliance&reg;</h2>

<p>
United Launch Alliance and ULA are registered trademarks of
Expand Down
2 changes: 1 addition & 1 deletion 8.0/BlazorSample_WebAssembly/Shared/VirginGalactic.razor
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h2>Virgin Galactic®</h2>
<h2>Virgin Galactic&reg;</h2>

<p>
Virgin Galactic is a registered trademark of
Expand Down
2 changes: 1 addition & 1 deletion 8.0/BlazorSample_WebAssembly/Shared/VirginGalactic2.razor
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h2>Virgin Galactic®</h2>
<h2>Virgin Galactic&reg;</h2>

<p>
Virgin Galactic is a registered trademark of
Expand Down

0 comments on commit c22a782

Please sign in to comment.