Skip to content

Commit 16be425

Browse files
committed
exif: fix XML to get remove of useless wrapping para tags
1 parent 6411e0a commit 16be425

1 file changed

Lines changed: 21 additions & 24 deletions

File tree

Lines changed: 21 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: 227c9c797eb2ea920aa9b3fb8d46ef3ecec860ae Maintainer: mproshchuk Status: ready -->
2+
<!-- EN-Revision: b090c4476884e5dbce1f3cc2adf28c65b04d9de9 Maintainer: mproshchuk Status: ready -->
33
<!-- splitted from ./en/functions/image.xml, last change in rev 1.78 -->
4-
<refentry xml:id="function.read-exif-data" xmlns="http://docbook.org/ns/docbook">
4+
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.read-exif-data">
55
<refnamediv>
66
<refname>read_exif_data</refname>
77
<refpurpose>&Alias; <function>exif_read_data</function></refpurpose>
@@ -20,29 +20,26 @@
2020
</refsect1>
2121
<refsect1 role="changelog">
2222
&reftitle.changelog;
23-
<para>
24-
<informaltable>
25-
<tgroup cols="2">
26-
<thead>
27-
<row>
28-
<entry>&Version;</entry>
29-
<entry>&Description;</entry>
30-
</row>
31-
</thead>
32-
<tbody>
33-
<row>
34-
<entry>7.2.0</entry>
35-
<entry>
36-
Цей псевдонім функції застарів.
37-
</entry>
38-
</row>
39-
</tbody>
40-
</tgroup>
41-
</informaltable>
42-
</para>
23+
<informaltable>
24+
<tgroup cols="2">
25+
<thead>
26+
<row>
27+
<entry>&Version;</entry>
28+
<entry>&Description;</entry>
29+
</row>
30+
</thead>
31+
<tbody>
32+
<row>
33+
<entry>7.2.0</entry>
34+
<entry>
35+
Цей псевдонім функції застарів.
36+
</entry>
37+
</row>
38+
</tbody>
39+
</tgroup>
40+
</informaltable>
4341
</refsect1>
4442
</refentry>
45-
4643
<!-- Keep this comment at the end of the file
4744
Local variables:
4845
mode: sgml
@@ -62,4 +59,4 @@ End:
6259
vim600: syn=xml fen fdm=syntax fdl=2 si
6360
vim: et tw=78 syn=sgml
6461
vi: ts=1 sw=1
65-
-->
62+
-->

0 commit comments

Comments
 (0)