Changes between Version 30 and Version 31 of BoltRef


Ignore:
Timestamp:
Jan 30, 2008, 3:16:08 PM (16 years ago)
Author:
Nicolas
Comment:

Add type attribute to style

Legend:

Unmodified
Added
Removed
Modified
  • BoltRef

    v30 v31  
    4747{{{
    4848if ($student->age > 50) {
    49     echo "<style>
     49    echo '<style type="text/css">
    5050        body {font-size: large;}
    5151        </style>
    52     ";
     52    ';
    5353}
    5454}}}