Commit:    9908a84b71a3c931e458e284ce0b892e1db13407
Author:    Hannes Magnusson <bj...@mongodb.com>         Wed, 18 Dec 2013 
16:21:13 -0800
Parents:   14f5669dc5ebfde4b4669d8f1b03ac3c9ad55770
Branches:  master

Link:       
http://git.php.net/?p=web/qa.git;a=commitdiff;h=9908a84b71a3c931e458e284ce0b892e1db13407

Log:
Keep all content in the mainscreen

Changed paths:
  M  include/functions.php


Diff:
diff --git a/include/functions.php b/include/functions.php
index c76938f..cc7cd06 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -22,9 +22,11 @@ function common_header($extra_headers=NULL) {
         array("href" => "/pulls/",            "text" => "Pull Requests"),
     );
     include __DIR__ . "/../shared/templates/header.inc";
+    echo '<section class="mainscreen">';
 }
 
 function common_footer() {
+    echo "</section>";
     include __DIR__ . "/../shared/templates/footer.inc";
 }


--
PHP Quality Assurance Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to