Changeset - 5f91fda96f45
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 15 years ago 2011-03-30 20:07:35
ohnobinki@ohnopublishing.net
Switch from using a nowdoc to using a heredoc to support ancient PHP (5.1.6).
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
school.d/cedarville.inc
Show inline comments
 
@@ -72,7 +72,7 @@ function cedarville_default_courses()
 
 */
 
function cedarville_page_css($school)
 
{
 
  return <<<'CSS'
 
  return <<<CSS
 
#container .lab .sectionIdentifier {
 
  background: none!important;
 
}
0 comments (0 inline, 0 general)