Skip to content

Commit dc438db

Browse files
committed
Replace <big> with <span style....
Replace <big> with <span style="font-size:1.2em"> since <big> is obsolet in HTML5
1 parent 62ce7fd commit dc438db

File tree

2 files changed

+612
-612
lines changed

2 files changed

+612
-612
lines changed

manual/php3.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</p>
4444

4545
<dl>
46-
<dt><big>Changed</big></dt>
46+
<dt><span style="font-size:1.2em">Changed</span></dt>
4747
<dd>
4848
<p>
4949
FTP configure option changed from <em>--with-ftp</em> to <em>--enable-ftp</em>
@@ -67,7 +67,7 @@
6767
</dl>
6868

6969
<dl>
70-
<dt><big>Removed</big></dt>
70+
<dt><span style="font-size:1.2em">Removed</span></dt>
7171
<dd>
7272
<p>
7373
<em>--with-imsp[=DIR]</em> includes IMSP support (DIR is IMSP's include dir and libimsp.a dir).
@@ -97,7 +97,7 @@
9797
<h2><a name="changed_behaviour" id="changed_bahaviour">Changed Behaviour</a></h2>
9898

9999
<dl>
100-
<dt><big>Return values</big></dt>
100+
<dt><span style="font-size:1.2em">Return values</span></dt>
101101
<dd>
102102
<p>
103103
unset() returns 1.
@@ -118,7 +118,7 @@
118118
</dl>
119119

120120
<dl>
121-
<dt><big>Function parameters</big></dt>
121+
<dt><span style="font-size:1.2em">Function parameters</span></dt>
122122
<dd>
123123
<p>
124124
gettype() has a 'user function' return value.
@@ -142,7 +142,7 @@
142142
</dl>
143143

144144
<dl>
145-
<dt><big>Other</big></dt>
145+
<dt><span style="font-size:1.2em">Other</span></dt>
146146
<dd>
147147
<p>
148148
Variables are always assigned by value, as there are no references.

0 commit comments

Comments
 (0)