Skip to content

Commit 8073981

Browse files
authored
use <abbr> tag for abbreviations (#44)
A small semantic improvement. Signed-off-by: Jefersson Nathan <malukenho.dev@gmail.com>
1 parent 3e69fa1 commit 8073981

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
?>
3131

3232
<h2>Abbreviations</h2>
33-
<p><b>NTS</b> - Non-Thread Safe build, use for CLI or IIS (PHP on Windows uses 2 types of builds, TS and NTS)</p>
34-
<p><b>TS</b> - Thread Safe build, use for CLI or Apache mod_php on Windows</p>
35-
<p><b>VC11</b> - Build compiled using VC11 (Visual Studio 2012)</p>
36-
<p><b>VC9</b> - Build compiled using VC9 (Visual Studio 2008)</p>
37-
<p><b>GCC</b> - Build compiled using GCC</p>
33+
<p><abbr>NTS</abbr> - Non-Thread Safe build, use for CLI or IIS (PHP on Windows uses 2 types of builds, TS and NTS)</p>
34+
<p><abbr>TS</abbr> - Thread Safe build, use for CLI or Apache mod_php on Windows</p>
35+
<p><abbr>VC11</abbr> - Build compiled using VC11 (Visual Studio 2012)</p>
36+
<p><abbr>VC9</abbr> - Build compiled using VC9 (Visual Studio 2008)</p>
37+
<p><abbr>GCC</abbr> - Build compiled using GCC</p>
3838
<br/>
3939
<h2>Common Scenario Sets</h2>
4040
<p><b>Local-FileSystem_MySQL_Apache-ModPHP-ApacheLounge-2.4.4-VC9-OpenSS</b> - Tests run on local file system, using Apache with MySQL</p>

0 commit comments

Comments
 (0)