Changeset - 939ed0131f7c
[Not reviewed]
default
0 1 0
Ethan Zonca - 15 years ago 2010-12-08 23:34:47
ez@ethanzonca.com
Styling fix
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
class.schedule.php
Show inline comments
 
@@ -418,13 +418,13 @@ class Schedule
 
		}
 
		
 
		// End of row
 
		echo "          </tr>\n";
 
	      }
 

	
 
            echo '<div class="syns'.$i.'">'.  json_encode($syns) . '</div>';
 
            echo '<div class="syns syns'.$i.'">'.  json_encode($syns) . '</div>';
 

	
 
	    // End of table
 
	    echo "        </table>\n"
 
	      . '      </div> <!-- id="section' . ($i + 1) . "\" -->\n";
 
	  }
 

	
0 comments (0 inline, 0 general)