diff --git a/AssemblyVersion.cs b/AssemblyVersion.cs
index d010c83..8c092d2 100644
--- a/AssemblyVersion.cs
+++ b/AssemblyVersion.cs
@@ -16,5 +16,5 @@ using System.Reflection;
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
-[assembly: AssemblyVersion("3.0.2.502")]
-[assembly: AssemblyFileVersion("3.0.2.502")]
+[assembly: AssemblyVersion("3.0.2.503")]
+[assembly: AssemblyFileVersion("3.0.2.503")]
diff --git a/WebApplication/Default.aspx.cs b/WebApplication/Default.aspx.cs
index 652254b..98eaf75 100644
--- a/WebApplication/Default.aspx.cs
+++ b/WebApplication/Default.aspx.cs
@@ -328,8 +328,8 @@ namespace ScrewTurn.Wiki {
///
/// Prints the keywords in a CSV list.
///
- ///
- ///
+ /// The keywords.
+ /// The list.
private string PrintKeywords(string[] keywords) {
StringBuilder sb = new StringBuilder(50);
for(int i = 0; i < keywords.Length; i++) {
@@ -700,6 +700,19 @@ namespace ScrewTurn.Wiki {
sb.Append(@"");
+ sb.Append("
");
+ sb.Append(Properties.Messages.MetaKeywords);
+ sb.Append(": ");
+ sb.Append(PrintKeywords(currentContent.Keywords));
+ sb.Append("
");
+ sb.Append(Properties.Messages.MetaDescription);
+ sb.Append(": ");
+ sb.Append(currentContent.Description);
+ sb.Append("
");
+ sb.Append(Properties.Messages.ChangeComment);
+ sb.Append(": ");
+ sb.Append(currentContent.Comment);
+ sb.Append("");
literal.Text = sb.ToString();
plhContent.Controls.Add(literal);
}
diff --git a/WebApplication/Properties/Messages.af-ZA.resx b/WebApplication/Properties/Messages.af-ZA.resx
index 016148b..371ecd6 100644
--- a/WebApplication/Properties/Messages.af-ZA.resx
+++ b/WebApplication/Properties/Messages.af-ZA.resx
@@ -1,4 +1,4 @@
-
+