fix #1; upgrade jquery
[mdref/mdref] / views / layout.phtml
index 6cc571ba21b44ef569da08627d54063b57b7a4fc..f3bcbf792e8a0a1da0794319f39d42dd6a5f19fd 100644 (file)
                        <link rel="stylesheet" href="index.css">
                <?php endif; ?>
                
-               <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
+               <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
        </head>
        <body>
+               <div class="page">
                <?php include __DIR__."/sidebar.phtml" ?>
                <?php if (isset($exception)) : ?>
                        <?= \mdref\ExceptionHandler::htmlException($exception) ?>
@@ -47,5 +48,6 @@
                <?php if (isset($baseUrl)) : ?>
                        <script src="index.js"></script>
                <?php endif; ?>
+               </div>
        </body>
 </html>