Changeset - 16225515f119
[Not reviewed]
default
0 1 0
Ethan Zonca - 15 years ago 2010-10-27 22:19:47
ez@ethanzonca.com
Fixed spacing
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
class.schedule.php
Show inline comments
 
@@ -271,13 +271,13 @@ class Schedule
 
			
 
	for($nn = 1; $nn <= $this->nPermutations; $nn++)
 
	  {
 
	    $table .= "<li><a href=\"#tabs-" . $nn . "\">&nbsp;" . $nn . "&nbsp;</a></li>\n";
 
	  }
 
			
 
	$table .= "    </ul></div><div class=\"clear\"><p> </p> </div>\n  \n"
 
	$table .= "    </ul></div>\n  \n"
 
	  . "  <div class=\"scroller\">\n"
 
	  . "    <div class=\"scontent\">\n";
 
		
 
	for($i = 0; $i < $this->nPermutations; $i++)
 
	  {
 
	    $table .= '      <div class="section" id="tabs-' . ($i+1) . "\">\n";
0 comments (0 inline, 0 general)