]> source.dussan.org Git - poi.git/commitdiff
sorry, fixed
authorAvik Sengupta <avik@apache.org>
Wed, 12 Jun 2002 18:13:56 +0000 (18:13 +0000)
committerAvik Sengupta <avik@apache.org>
Wed, 12 Jun 2002 18:13:56 +0000 (18:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352693 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/xdocs/faq.xml

index 5852a8508614f0b77bdc58a7e4a45b456e1d95ce..71957db7546ede7cf72999e47f2e69ddee4be3ab 100644 (file)
@@ -126,7 +126,7 @@ public static boolean isCellDateFormatted(HSSFCell cell) {
             the HTTP response to determine the file type; rather it uses the file extension
             on the request. Thus you might want to add a <strong>.xls</strong> to your request
             string. For example http://yourserver.com/myServelet.xls?param1=xx. Sometimes
-            a request like http://yourserver.com/myServelet?param1=xx&dummy=file.xls is also
+            a request like http://yourserver.com/myServelet?param1=xx&amp;dummy=file.xls is also
             known to work. 
             </p>
             <p>