Merge branch 'ajax' into dev
authorDylan Lloyd <dylan@psu.edu>
Fri, 25 Mar 2011 00:18:17 +0000 (20:18 -0400)
committerDylan Lloyd <dylan@psu.edu>
Fri, 25 Mar 2011 00:18:17 +0000 (20:18 -0400)
1  2 
index.php

diff --cc index.php
+++ b/index.php
@@@ -120,14 -136,16 +136,15 @@@ END_OF_CLOSE
  
  }
  
  class index extends cms {
-       public function display() {
-         $this->display_head();
-         $this->display_exhibits();
-         echo "<ul id=\"portfolio\" style=\"text-align:right\">";
-         $this->list_projects();
-         echo <<<OTHER_PROJECTS
-         <li>
+   public function display() {
+     $this->display_head();
+     $this->display_exhibits();
+     echo "<ul id='portfolio' style='text-align:right'>";
+     $this->list_projects();
+     echo <<<OTHER_PROJECTS
 -        <li>
            <h3>things i've done for others:</h3>
          </li>