Commit d0edf92e authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #640 from crynobone/feature/remove-prettyprint

Google Pretty Print never loaded, there's no need to include it.
parents 0ad9c67f c50646df
......@@ -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">
......
......@@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width">
{{ HTML::style('laravel/css/style.css') }}
</head>
<body onload="prettyPrint()">
<body>
<div class="wrapper">
<header>
<h1>Laravel</h1>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment