Compare commits
1 Commits
b8fbeee322
...
feat/two-f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3688373481 |
@@ -68,7 +68,7 @@
|
||||
{
|
||||
ContractResolver = new CamelCasePropertyNamesContractResolver()
|
||||
};
|
||||
var lStrsJson = JsonConvert.SerializeObject(_localizer.ToDictionary(), settings).TrySanitize(_sanitizer);
|
||||
var lStrsJson = JsonConvert.SerializeObject(_localizer.ToDictionary(), settings);
|
||||
}
|
||||
<script nonce="@nonce">
|
||||
var localized = @Html.Raw(lStrsJson)
|
||||
|
||||
Reference in New Issue
Block a user