mirror of
https://github.com/astaxie/beego.git
synced 2024-11-25 20:10:56 +00:00
fix error info tempalte's title
This commit is contained in:
parent
512ddf8a70
commit
4b09175d27
@ -74,7 +74,7 @@ var errtpl = `
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>Page Not Found</title>
|
<title>{{.Title}}</title>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
* {
|
* {
|
||||||
margin:0;
|
margin:0;
|
||||||
|
Loading…
Reference in New Issue
Block a user