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

database.xml: add the caption text to the image in the caption tag (#3266)

This commit is contained in:
Mikhail Alferov
2024-04-12 18:07:28 +03:00
committed by GitHub
parent 97fb839209
commit 7204e2dbb9
2 changed files with 7 additions and 3 deletions

View File

@@ -11,9 +11,9 @@
<imagedata fileref="en/language/figures/xkcd-goto.png" format="PNG"/>
</imageobject>
<caption>
<para>
<simpara>
Image courtesy of <link xlink:href="&url.xkcd;292">xkcd</link>
</para>
</simpara>
</caption>
</mediaobject>
</para>

View File

@@ -343,8 +343,12 @@ $result = mssql_query($query);
<imageobject>
<imagedata fileref="en/security/figures/xkcd-bobby-tables.png" format="PNG"/>
</imageobject>
<caption>
<simpara>
Image courtesy of <link xlink:href="&url.xkcd;327">xkcd</link>
</simpara>
</caption>
</mediaobject>
Image courtesy of <link xlink:href="&url.xkcd;327">xkcd</link>
</para>
<sect2 xml:id="security.database.avoiding">