mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Fixing html-encoding in WebSearch settings page
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<span class="hint">@T("Your private key.")</span>
|
||||
</div>
|
||||
|
||||
@T("Get a free API Key on {0}", "<a href=\"http://datamarket.azure.com/dataset/bing/search\">http://datamarket.azure.com/dataset/bing/search</a>")
|
||||
@T("Get a free API Key on {0}", Html.Raw("<a href=\"http://datamarket.azure.com/dataset/bing/search\">http://datamarket.azure.com/dataset/bing/search</a>"))
|
||||
</fieldset>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user