Fixed and closed #397: HTML head is now properly rendered in all namespaces.
This commit is contained in:
parent
bc59865a69
commit
cb567df541
4 changed files with 5 additions and 5 deletions
|
@ -83,7 +83,7 @@ namespace ScrewTurn.Wiki {
|
|||
result.Append(GetJavaScriptIncludes());
|
||||
|
||||
// Include HTML Head
|
||||
result.Append(Settings.Provider.GetMetaDataItem(MetaDataItem.HtmlHead, null));
|
||||
result.Append(Settings.Provider.GetMetaDataItem(MetaDataItem.HtmlHead, nspace));
|
||||
|
||||
return result.ToString();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue