cvs: smarty /docs/en/designers/language-custom-functions language-function-html-image.xml
"Monte Ohrt" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsmohrt1107283972@cvsserver> |
mohrt Tue Feb 1 13:52:52 2005 EDT
Modified files:
/smarty/docs/en/designers/language-custom-functions
language-function-html-image.xml
Log:
update docs for border tag removal
http://cvs.php.net/diff.php/smarty/docs/en/designers/language-custom-functions/language-function-html-image.xml?r1=1.2&r2=1.3&ty=u
Index: smarty/docs/en/designers/language-custom-functions/language-function-html-image.xml
diff -u smarty/docs/en/designers/language-custom-functions/language-function-html-image.xml:1.2 smarty/docs/en/designers/language-custom-functions/language-function-html-image.xml:1.3
--- smarty/docs/en/designers/language-custom-functions/language-function-html-image.xml:1.2 Mon May 17 07:22:37 2004
+++ smarty/docs/en/designers/language-custom-functions/language-function-html-image.xml Tue Feb 1 13:52:52 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<sect1 id="language.function.html.image">
<title>html_image</title>
<informaltable frame="all">
@@ -27,13 +27,6 @@
<entry>name/path to image</entry>
</row>
<row>
- <entry>border</entry>
- <entry>string</entry>
- <entry>No</entry>
- <entry><emphasis>0</emphasis></entry>
- <entry>size of border around image</entry>
- </row>
- <row>
<entry>height</entry>
<entry>string</entry>
<entry>No</entry>
@@ -127,9 +120,9 @@
</para>
<screen>
<![CDATA[
-<img src="pumpkin.jpg" alt="" border="0" width="44" height="68" />
-<img src="/path/from/docroot/pumpkin.jpg" alt="" border="0" width="44" height="68" />
-<img src="../path/relative/to/currdir/pumpkin.jpg" alt="" border="0" width="44" height="68" />
+<img src="pumpkin.jpg" alt="" width="44" height="68" />
+<img src="/path/from/docroot/pumpkin.jpg" alt="" width="44" height="68" />
+<img src="../path/relative/to/currdir/pumpkin.jpg" alt="" width="44" height="68" />
]]>
</screen>
</example>
@@ -153,4 +146,4 @@
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
--->
\ No newline at end of file
+-->
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php