Changeset - d6877df71d44
[Not reviewed]
default
0 1 0
Ethan Zonca - 15 years ago 2011-01-27 18:27:31
ez@ethanzonca.com
Quick validation fix
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
inc/class.page.php
Show inline comments
 
@@ -298,15 +298,13 @@ class page
 
   *   The to which a &school= or ?school= query string should be
 
   *   appended.
 
   */
 
  public function showSchools($linkto)
 
  {
 
    echo "<p>\n";
 
    echo "  <div id=\"schoolBox\">\n";
 
    echo school_list_html($this->school['id'], $linkto);
 
    echo "  </div> <!-- id=\"schoolBox\" -->\n";
 
    echo "</p>\n";
 
  }
 

	
 
  /**
 
   * \brief
 
   *   Display school-specific instructions for using slate_permutate.
0 comments (0 inline, 0 general)