zHaytam / SmartBreadcrumbs

A utility library for ASP.NET Core (both MVC and Razor Pages) websites to easily add and customize breadcrumbs.
https://blog.zhaytam.com/2018/06/24/asp-net-core-using-smartbreadcrumbs/
MIT License
161 stars 77 forks source link

Two times encoded ViewData.Title titles when using OverwriteTitleOnExactMatch #54

Closed pesik77 closed 4 years ago

pesik77 commented 4 years ago

When you have ViewData.Title title with OverwriteTitleOnExactMatch, then is in your code two times applied _htmlEncoder.Encode(...) method. When you use some word with special chars (ex. Domů), you get wrong display result.

zHaytam commented 4 years ago

Fixed in 3.5.2! Sorry for the huge delay.