Changeset 2206 for lang/csharp/Linqsxom

Show
Ignore:
Timestamp:
12/01/07 05:43:17 (14 months ago)
Author:
mayuki
Message:

lang/csharp/Linqsxom: fix typo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/csharp/Linqsxom/Linqsxom/Program.cs

    r2205 r2206  
    2727                             let pathInfo = pathInfoTmp.EndsWith("/") ? pathInfoTmp : pathInfoTmp + "/" 
    2828 
    29                              let headTemplate = File.Exists("head.flavor") ? File.ReadAllText("head.flavor") : "<title>Linqsxom</title>\n<h1>Linqsxom</h1>\n" 
    30                              let bodyTemplate = File.Exists("body.flavor") ? File.ReadAllText("body.flavor") : "<div class=\"entry\">\n<h2><a href=\"{ScriptUrl}{Path}\">{CreatedOn}</a></h2>\n<div class=\"body\">{Body}</div>\n</div>\n" 
    31                              let footTemplate = File.Exists("foot.flavor") ? File.ReadAllText("foot.flavor") : "<p>Genetated by Linqsxom</p>" 
     29                             let headTemplate = File.Exists("head.flavour") ? File.ReadAllText("head.flavor") : "<title>Linqsxom</title>\n<h1>Linqsxom</h1>\n" 
     30                             let bodyTemplate = File.Exists("body.flavour") ? File.ReadAllText("body.flavor") : "<div class=\"entry\">\n<h2><a href=\"{ScriptUrl}{Path}\">{CreatedOn}</a></h2>\n<div class=\"body\">{Body}</div>\n</div>\n" 
     31                             let footTemplate = File.Exists("foot.flavour") ? File.ReadAllText("foot.flavor") : "<p>Genetated by Linqsxom</p>" 
    3232 
    3333                             let body = String.Join("\n", (from entry in