mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
Merge branch 'master' into spelling
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