You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by sc...@apache.org on 2011/06/06 09:33:01 UTC

svn commit: r1132539 - /incubator/wookie/site/trunk/content/wookie/docs/faq.mdtext

Author: scottbw
Date: Mon Jun  6 07:33:01 2011
New Revision: 1132539

URL: http://svn.apache.org/viewvc?rev=1132539&view=rev
Log:
Fixed some code formatting issues in FAQ entries

Modified:
    incubator/wookie/site/trunk/content/wookie/docs/faq.mdtext

Modified: incubator/wookie/site/trunk/content/wookie/docs/faq.mdtext
URL: http://svn.apache.org/viewvc/incubator/wookie/site/trunk/content/wookie/docs/faq.mdtext?rev=1132539&r1=1132538&r2=1132539&view=diff
==============================================================================
--- incubator/wookie/site/trunk/content/wookie/docs/faq.mdtext (original)
+++ incubator/wookie/site/trunk/content/wookie/docs/faq.mdtext Mon Jun  6 07:33:01 2011
@@ -65,13 +65,13 @@ Whenever you execute the `ant run` comma
 
 One of the most common reasons for this is that the application doesn't have permission to write to the wookie/wservices directory, which is where Wookie expands widgets when they are uploaded. For example, if you are deploying Wookie on Tomcat, make sure webapps/wookie is owned by the tomcat user and not by root.
 
-# Why do I get an error message like "wookie\widgets\bubbles\widgets\bubbles does not exist" when I try to build Wookie?
+# Why do I get an error message like `"wookie\widgets\bubbles\widgets\bubbles does not exist"` when I try to build Wookie?
 
 This problem occurs when building Wookie using Ant 1.8.x. The build will work fine if you use Ant 1.7.1. See [Issue WOOKIE-152][7] for more information
 
 # Why doesn't my script run using JQuery's `$(document).ready` ?
 
-This is a known issue. See [Issue WOOKIE-90][8] for more information. As a workaround you can use <body onload="...">
+This is a known issue. See [Issue WOOKIE-90][8] for more information. As a workaround you can use `<body onload="...">`
 
 # My widgets do not seem to be updating the preference data in wookie