Author: mgrigorov
Date: Mon Feb 23 14:00:33 2015
New Revision: 1661675

URL: http://svn.apache.org/r1661675
Log:
Fix the XML closing tag name for 'param-value'


Modified:
    isis/site/trunk/content/reference/deployment-type.md

Modified: isis/site/trunk/content/reference/deployment-type.md
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/content/reference/deployment-type.md?rev=1661675&r1=1661674&r2=1661675&view=diff
==============================================================================
--- isis/site/trunk/content/reference/deployment-type.md (original)
+++ isis/site/trunk/content/reference/deployment-type.md Mon Feb 23 14:00:33 
2015
@@ -41,7 +41,7 @@ The Wicket configuration type is set in
 
     <context-param>
         <param-name>configuration</param-name>
-        <param-value>deployment</param-name>
+        <param-value>deployment</param-value>
     </context-param>
 
 (Alternative ways of specifying the Wicket configuration type can be found [in 
this blog 
post](http://www.mysticcoders.com/blog/development-and-deployment-mode-how-to-configure-it/)).


Reply via email to