1
0
mirror of https://github.com/beego/bee.git synced 2024-06-13 19:03:33 +00:00

多余的 html 标签

多余的 html 标签
This commit is contained in:
Eryx 2013-10-04 22:29:43 +08:00
parent 0b5cef8bf7
commit bd14fb5985

2
new.go
View File

@ -222,7 +222,7 @@ var indextpl = `<!DOCTYPE html>
<br /> <br />
Official website: <a href="http://{{.Website}}">{{.Website}}</a> Official website: <a href="http://{{.Website}}">{{.Website}}</a>
<br /> <br />
Contact me: {{.Email}}</a> Contact me: {{.Email}}
</p> </p>
</div> </div>
</div> </div>