1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-28 05:14:14 +00:00

Update error.go

Fix the spelling mistake of error page.
This commit is contained in:
Timothy 2014-02-10 12:55:53 +08:00
parent 92196c602b
commit e8a22660e4

View File

@ -168,7 +168,7 @@ var errtpl = `
{{.Content}} {{.Content}}
<a href="/" title="Home" class="button">Go Home</a><br /> <a href="/" title="Home" class="button">Go Home</a><br />
<br>power by beego {{.BeegoVersion}} <br>Powered by beego {{.BeegoVersion}}
</div> </div>
</div> </div>
</div> </div>