diff options
Diffstat (limited to 'sp_compatibility_test.php')
-rw-r--r-- | sp_compatibility_test.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sp_compatibility_test.php b/sp_compatibility_test.php index 81825020a..638a13cf0 100644 --- a/sp_compatibility_test.php +++ b/sp_compatibility_test.php @@ -141,6 +141,7 @@ table#chart tr.disabled td a { </style> + <div class="contentWrapper" style="margin:0;"> <div id="elggreturn"> <a href="javascript:history.go(-1)">Return to Tools Administration</a> @@ -148,7 +149,6 @@ table#chart tr.disabled td a { <div id="site"> <div id="content"> - <div class="chunk"> <h2 style="text-align:center;">SimplePie Compatibility Test</h2> <table cellpadding="0" cellspacing="0" border="0" width="100%" id="chart"> @@ -268,6 +268,7 @@ table#chart tr.disabled td a { </div> </div> +</div> <?php $content = ob_get_clean(); |