File tree 4 files changed +332
-327
lines changed
4 files changed +332
-327
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ ini_set('highlight.html', 'html');
14
14
// Highlight PHP code
15
15
function highlight_php ($ code , $ return = FALSE )
16
16
{
17
- $ highlighted = highlight_string ($ code , TRUE );
17
+ $ highlighted = highlight_string ($ code , TRUE );
18
18
19
- // Use this ugly hack for now to avoid code snippets with bad syntax screwing up the highlighter
19
+ // Use this ugly hack for now to avoid code snippets with bad syntax screwing up the highlighter
20
20
if (strstr ($ highlighted , "include/layout.inc</b> " )) {
21
- $ highlighted = '<span class="html"> ' . nl2br (htmlentities ($ code , ENT_HTML5 ), FALSE ) ."</span> " ;
21
+ $ highlighted = '<span class="html"> ' . nl2br (htmlentities ($ code , ENT_HTML5 ), FALSE ) ."</span> " ;
22
22
}
23
23
24
24
// Fix output to use CSS classes and wrap well
Original file line number Diff line number Diff line change 43
43
</p>
44
44
45
45
<dl>
46
- <dt><span style="font-size:1.2em ">Changed</span></dt>
46
+ <dt><span class="big ">Changed</span></dt>
47
47
<dd>
48
48
<p>
49
49
FTP configure option changed from <em>--with-ftp</em> to <em>--enable-ftp</em>
67
67
</dl>
68
68
69
69
<dl>
70
- <dt><span style="font-size:1.2em ">Removed</span></dt>
70
+ <dt><span class="big ">Removed</span></dt>
71
71
<dd>
72
72
<p>
73
73
<em>--with-imsp[=DIR]</em> includes IMSP support (DIR is IMSP's include dir and libimsp.a dir).
97
97
<h2><a name="changed_behaviour" id="changed_bahaviour">Changed Behaviour</a></h2>
98
98
99
99
<dl>
100
- <dt><span style="font-size:1.2em ">Return values</span></dt>
100
+ <dt><span class="big ">Return values</span></dt>
101
101
<dd>
102
102
<p>
103
103
unset() returns 1.
118
118
</dl>
119
119
120
120
<dl>
121
- <dt><span style="font-size:1.2em ">Function parameters</span></dt>
121
+ <dt><span class="big ">Function parameters</span></dt>
122
122
<dd>
123
123
<p>
124
124
gettype() has a 'user function' return value.
142
142
</dl>
143
143
144
144
<dl>
145
- <dt><span style="font-size:1.2em ">Other</span></dt>
145
+ <dt><span class="big ">Other</span></dt>
146
146
<dd>
147
147
<p>
148
148
Variables are always assigned by value, as there are no references.
You can’t perform that action at this time.
0 commit comments