Commit: 9906b7fb19c81f99fdf729cab6d7d46061a122a4 Author: levijm <le...@php.net> Fri, 9 May 2014 11:43:17 -0600 Committer: Levi Morrison <le...@php.net> Mon, 12 May 2014 18:46:40 -0600 Parents: e061706827f481eac713bd0614267748adbfa4af Branches: master
Link: http://git.php.net/?p=web/qa.git;a=commitdiff;h=9906b7fb19c81f99fdf729cab6d7d46061a122a4 Log: Removed inner .fullscreen Oops, this should be mainscreen, not fullscren Missing ';' Changed paths: M include/functions.php Diff: diff --git a/include/functions.php b/include/functions.php index 7501c1b..d0ce70e 100644 --- a/include/functions.php +++ b/include/functions.php @@ -21,7 +21,7 @@ function common_header($extra_headers=NULL, $TITLE = "Quality Assurance") { array("href" => "/pulls/", "text" => "Github PRs"), ); include __DIR__ . "/../shared/templates/header.inc"; - echo '<section class="fullscreen">'; + echo '<section class="mainscreen">'; } function common_footer($JS = array()) { -- PHP Quality Assurance Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php