You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2008/01/07 23:30:39 UTC

svn commit: r609797 - /lenya/docu/src/documentation/content/xdocs/docs/2_0_x/faq.xml

Author: andreas
Date: Mon Jan  7 14:30:38 2008
New Revision: 609797

URL: http://svn.apache.org/viewvc?rev=609797&view=rev
Log:
Use <p> in <answer> to avoid validation problems.

Modified:
    lenya/docu/src/documentation/content/xdocs/docs/2_0_x/faq.xml

Modified: lenya/docu/src/documentation/content/xdocs/docs/2_0_x/faq.xml
URL: http://svn.apache.org/viewvc/lenya/docu/src/documentation/content/xdocs/docs/2_0_x/faq.xml?rev=609797&r1=609796&r2=609797&view=diff
==============================================================================
--- lenya/docu/src/documentation/content/xdocs/docs/2_0_x/faq.xml (original)
+++ lenya/docu/src/documentation/content/xdocs/docs/2_0_x/faq.xml Mon Jan  7 14:30:38 2008
@@ -37,8 +37,10 @@
         When I request the web application, I get the error message "Failure occured during job recovery".
       </question>
       <answer>
-        Please verify that the user which runs the application server has write permissions in the
-        directory <code>$WEBAPP_HOME/WEB-INF/db/</code>.
+        <p>
+          Please verify that the user which runs the application server has write permissions in the
+          directory <code>$WEBAPP_HOME/WEB-INF/db/</code>.
+        </p>
       </answer>
     </faq>
   </part>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org