1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

Improve "PHP: Hypertext Preprocessor" presentation (#3758)

As this text is prose and not computer output, the `literal` is not appropriate and `emphasis` should be used for visual reasons.
This commit is contained in:
Tim MacDonald
2024-09-23 04:44:27 +10:00
committed by GitHub
parent 6d3ade3a58
commit 9a10d863b9
2 changed files with 4 additions and 4 deletions

View File

@@ -6,8 +6,8 @@
<section xml:id="intro-whatis">
<info><title>What is PHP?</title></info>
<para>
<acronym>PHP</acronym> (recursive acronym for <literal>PHP: Hypertext
Preprocessor</literal>) is a widely-used open source general-purpose
<acronym>PHP</acronym> (recursive acronym for <emphasis>PHP: Hypertext
Preprocessor</emphasis>) is a widely-used open source general-purpose
scripting language that is especially suited for web
development and can be embedded into HTML.
</para>

View File

@@ -5,8 +5,8 @@
<info><title>Preface</title>
<abstract>
<simpara>
<acronym>PHP</acronym>, which stands for &quot;<literal>PHP: Hypertext
Preprocessor</literal>&quot; is a widely-used open source general-purpose
<acronym>PHP</acronym>, which stands for <emphasis>PHP: Hypertext
Preprocessor</emphasis>, is a widely-used open source general-purpose
scripting language that is especially suited for web
development and can be embedded into HTML. Its syntax draws
upon C, Java, and Perl, and is easy to learn. The main goal of