mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Fix HTML entity for superscript number two in code. Fixes #9
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<Version>4.0.0.1575</Version>
|
||||
<Version>4.0.0.1576</Version>
|
||||
<Company>Canary Islands Computer Museum</Company>
|
||||
<Copyright>Copyright © 2003-2020 Natalia Portillo</Copyright>
|
||||
<Product>Canary Islands Computer Museum Website</Product>
|
||||
|
||||
@@ -397,7 +397,7 @@
|
||||
{
|
||||
<tr>
|
||||
<td>@L["Die size"]</td>
|
||||
<td>@string.Format(L["{0} mm²"], processor.DieSize)</td>
|
||||
<td>@string.Format(L["{0} mm²"], processor.DieSize)</td>
|
||||
</tr>
|
||||
}
|
||||
@if (processor.Transistors > 0)
|
||||
@@ -596,7 +596,7 @@
|
||||
{
|
||||
<tr>
|
||||
<td>@L["Die size"]</td>
|
||||
<td>@string.Format(L["{0} mm²"], gpu.DieSize)</td>
|
||||
<td>@string.Format(L["{0} mm²"], gpu.DieSize)</td>
|
||||
</tr>
|
||||
}
|
||||
@if (gpu.Transistors > 0)
|
||||
|
||||
Reference in New Issue
Block a user