Fixed and closed #497: keywords, meta description and change comment are displayed in ?Code=1 mode.

This commit is contained in:
Dario Solera 2010-02-28 10:23:54 +00:00
parent 52771e5fa1
commit f443187b6d
25 changed files with 246 additions and 9 deletions

View file

@ -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>