1
0
mirror of https://bitbucket.org/anguist/ntpa synced 2025-10-06 11:04:40 +00:00

Show right title

This commit is contained in:
2016-03-27 23:05:27 +02:00
parent 325dff7a1c
commit d1ebeccc51

View File

@ -70,7 +70,7 @@ namespace Ntp.Analyzer.Render.Host
builder.AppendLine (@"<div class=""container theme-showcase"">");
builder.AppendLine (@"<div class=""jumbotron"">");
builder.Append ("<h1>");
builder.Append (page.ServerName);
builder.Append (page.Title);
builder.AppendLine ("</h1>");
builder.Append ("<p>");