mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Fix hexadecimal printing in report view.
This commit is contained in:
@@ -214,7 +214,7 @@ DiscImageChef Report for
|
||||
<text>
|
||||
<br />
|
||||
<b>
|
||||
Information for supported density with primary code @($"{density.PrimaryCode:X2h}") and secondary code @($"{density.SecondaryCode:X2h}")
|
||||
Information for supported density with primary code @($"{density.PrimaryCode:X2}h") and secondary code @($"{density.SecondaryCode:X2}h")
|
||||
</b>
|
||||
<br />
|
||||
Drive can write this density: @density.Writable<br />
|
||||
@@ -236,7 +236,7 @@ DiscImageChef Report for
|
||||
<text>
|
||||
<br />
|
||||
<b>
|
||||
Information for supported media with type code @($"{media.MediumType:X2h}")
|
||||
Information for supported media with type code @($"{media.MediumType:X2}h")
|
||||
</b>
|
||||
<br />
|
||||
Media is @media.Length m long in a @media.Width mm width tape
|
||||
|
||||
Reference in New Issue
Block a user