1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-26 03:54:13 +00:00

fix error info tempalte's title

This commit is contained in:
astaxie 2013-06-24 23:59:06 +08:00
parent 512ddf8a70
commit 4b09175d27

View File

@ -74,7 +74,7 @@ var errtpl = `
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Page Not Found</title>
<title>{{.Title}}</title>
<style type="text/css">
* {
margin:0;