Google Pretty Print never loaded, there's no need to include it.
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body onload="prettyPrint()">
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<div class="error-spacer"></div>
|
||||
<div role="main" class="main">
|
||||
|
||||
@@ -96,7 +96,7 @@
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body onload="prettyPrint()">
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<div class="error-spacer"></div>
|
||||
<div role="main" class="main">
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
<title>Laravel: A Framework For Web Artisans</title>
|
||||
<meta name="viewport" content="width=device-width">
|
||||
{{ HTML::style('laravel/css/style.css') }}
|
||||
</head>
|
||||
<body onload="prettyPrint()">
|
||||
</head
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<header>
|
||||
<h1>Laravel</h1>
|
||||
|
||||
Reference in New Issue
Block a user