mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 19:57:57 +01:00
Audit culture bugs (#7707)
* Added comments and fixed CultureInfo / StringComparison where appropriate * Addressed comments * Fixed comment
This commit is contained in:
@@ -166,7 +166,9 @@ namespace Microsoft.PowerToys.ThumbnailHandler.Svg
|
||||
{0}
|
||||
</body>
|
||||
</html>";
|
||||
return string.Format(CultureInfo.CurrentCulture, html, svg);
|
||||
|
||||
// Using InvariantCulture since this should be displayed as it is
|
||||
return string.Format(CultureInfo.InvariantCulture, html, svg);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user