dion 2004/08/22 04:57:55
Modified: jexl/xdocs/reference syntax.xml
Log:
Fix width
Revision Changes Path
1.9 +4 -4 jakarta-commons/jexl/xdocs/reference/syntax.xml
Index: syntax.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/jexl/xdocs/reference/syntax.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- syntax.xml 22 Aug 2004 11:54:55 -0000 1.8
+++ syntax.xml 22 Aug 2004 11:57:55 -0000 1.9
@@ -34,7 +34,7 @@
</section>
<section name="Language Elements">
<table>
- <tr><th>Item</th><th>Description</th></tr>
+ <tr><th width="15%">Item</th><th>Description</th></tr>
<tr>
<td>Comments</td>
<td>
@@ -83,7 +83,7 @@
</section>
<section name="Literals">
<table>
- <tr><th>Item</th><th>Description</th></tr>
+ <tr><th width="15%">Item</th><th>Description</th></tr>
<tr>
<td>Integer Literals</td>
<td>1 or more digits from <code>0</code> to <code>9</code></td>
@@ -122,7 +122,7 @@
</section>
<section name="Functions">
<table>
- <tr><th>Function</th><th>Description</th></tr>
+ <tr><th width="15%">Function</th><th>Description</th></tr>
<tr>
<td>empty</td>
<td>
@@ -155,7 +155,7 @@
</section>
<section name="Operators">
<table>
- <tr><th>Operator</th><th>Description</th></tr>
+ <tr><th width="15%">Operator</th><th>Description</th></tr>
<tr>
<td>Assignment</td>
<td><source>var1 = var2</source></td>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]