diff options
| author | cash <cash.costello@gmail.com> | 2009-03-02 23:03:09 +0000 | 
|---|---|---|
| committer | cash <cash.costello@gmail.com> | 2009-03-02 23:03:09 +0000 | 
| commit | 4bf65154f0828f6d3d4161945fa49565cb17f9b9 (patch) | |
| tree | cf991d151e789e98f379f1c0fc6fade07c96a7c0 /sp_compatibility_test.php | |
| parent | eddc6002da1bf08e5a9e765c199653b28b3df3b4 (diff) | |
| download | elgg-4bf65154f0828f6d3d4161945fa49565cb17f9b9.tar.gz elgg-4bf65154f0828f6d3d4161945fa49565cb17f9b9.tar.bz2 | |
updated to Elgg 1.5 - still need to work on html formatting and images
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(); | 
