Google Pretty Print never loaded, there's no need to include it.

This commit is contained in:
crynobone 2012-05-07 19:24:48 +08:00
parent 1f706bd2d1
commit 2f2b0416aa
3 changed files with 4 additions and 4 deletions

View File

@ -96,7 +96,7 @@
} }
</style> </style>
</head> </head>
<body onload="prettyPrint()"> <body>
<div class="wrapper"> <div class="wrapper">
<div class="error-spacer"></div> <div class="error-spacer"></div>
<div role="main" class="main"> <div role="main" class="main">

View File

@ -96,7 +96,7 @@
} }
</style> </style>
</head> </head>
<body onload="prettyPrint()"> <body>
<div class="wrapper"> <div class="wrapper">
<div class="error-spacer"></div> <div class="error-spacer"></div>
<div role="main" class="main"> <div role="main" class="main">

View File

@ -6,8 +6,8 @@
<title>Laravel: A Framework For Web Artisans</title> <title>Laravel: A Framework For Web Artisans</title>
<meta name="viewport" content="width=device-width"> <meta name="viewport" content="width=device-width">
{{ HTML::style('laravel/css/style.css') }} {{ HTML::style('laravel/css/style.css') }}
</head> </head
<body onload="prettyPrint()"> <body>
<div class="wrapper"> <div class="wrapper">
<header> <header>
<h1>Laravel</h1> <h1>Laravel</h1>