Search:
Login
Help/Guide
About Trac
Preferences
Forgot your password?
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 30
and
Version 31
of
BoltRef
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Jan 30, 2008, 3:16:08 PM (
17 years
ago)
Author:
Nicolas
Comment:
Add type attribute to style
Legend:
Unmodified
Added
Removed
Modified
BoltRef
v30
v31
47
47
{{{
48
48
if ($student->age > 50) {
49
echo
"<style
>
49
echo
'<style type="text/css"
>
50
50
body {font-size: large;}
51
51
</style>
52
"
;
52
'
;
53
53
}
54
54
}}}