Fixed and closed #497: keywords, meta description and change comment are displayed in ?Code=1 mode.
This commit is contained in:
parent
52771e5fa1
commit
f443187b6d
25 changed files with 246 additions and 9 deletions
27
WebApplication/Properties/Messages.designer.cs
generated
27
WebApplication/Properties/Messages.designer.cs
generated
|
@ -933,6 +933,15 @@ namespace ScrewTurn.Wiki.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Change Comment.
|
||||
/// </summary>
|
||||
public static string ChangeComment {
|
||||
get {
|
||||
return ResourceManager.GetString("ChangeComment", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Click to enable email notifications for this page.
|
||||
/// </summary>
|
||||
|
@ -2643,6 +2652,24 @@ namespace ScrewTurn.Wiki.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Meta Description.
|
||||
/// </summary>
|
||||
public static string MetaDescription {
|
||||
get {
|
||||
return ResourceManager.GetString("MetaDescription", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Meta Keywords.
|
||||
/// </summary>
|
||||
public static string MetaKeywords {
|
||||
get {
|
||||
return ResourceManager.GetString("MetaKeywords", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Modified.
|
||||
/// </summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue