Changeset 1269

Show
Ignore:
Timestamp:
11/07/07 16:36:52 (1 year ago)
Author:
ben
Message:

Fix for previous.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/mod/toolbar/lib.php

    r1268 r1269  
    3333        } 
    3434        $css = str_replace("{{url}}", $CFG->wwwroot, $css); 
    35         $toolbar .= "<style type=\"text/css\">{$css}</style>"; 
     35        $toolbar .= "{$css}"; 
    3636         
    3737        $toolbar = str_replace("{{url}}", $CFG->wwwroot, $toolbar);