Sync with en.

This commit is contained in:
freespace
2005-02-01 19:50:28 +00:00
parent 25f3eac67b
commit f0156fd749

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="windows-1251"?> <?xml version="1.0" encoding="windows-1251"?>
<!-- $Revision$ --> <!-- $Revision$ -->
<!-- EN-Revision: 1.2 Maintainer: freespace Status: ready --> <!-- EN-Revision: 1.3 Maintainer: freespace Status: ready -->
<sect1 id="language.function.html.image"> <sect1 id="language.function.html.image">
<title>html_image</title> <title>html_image</title>
<informaltable frame="all"> <informaltable frame="all">
@@ -27,13 +27,6 @@
<entry><emphasis>n/a</emphasis></entry> <entry><emphasis>n/a</emphasis></entry>
<entry><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></entry> <entry><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></entry>
</row> </row>
<row>
<entry>border</entry>
<entry>string</entry>
<entry><EFBFBD><EFBFBD><EFBFBD></entry>
<entry><emphasis>0</emphasis></entry>
<entry><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></entry>
</row>
<row> <row>
<entry>height</entry> <entry>height</entry>
<entry>string</entry> <entry>string</entry>
@@ -117,9 +110,9 @@ index.tpl:
OUTPUT: (possible) OUTPUT: (possible)
<img src="pumpkin.jpg" border="0" width="44" height="68"> <img src="pumpkin.jpg" width="44" height="68">
<img src="/path/under/docroot/pumpkin.jpg" border="0" width="44" height="68"> <img src="/path/under/docroot/pumpkin.jpg" width="44" height="68">
<img src="../path/relative/to/currdir/pumpkin.jpg" border="0" width="44" height="68"> <img src="../path/relative/to/currdir/pumpkin.jpg" width="44" height="68">
]]> ]]>
</programlisting> </programlisting>
</example> </example>