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:
@@ -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>
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
<info><title>Preface</title>
|
||||
<abstract>
|
||||
<simpara>
|
||||
<acronym>PHP</acronym>, which stands for "<literal>PHP: Hypertext
|
||||
Preprocessor</literal>" 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
|
||||
|
||||
Reference in New Issue
Block a user