Author: simonetripodi
Date: Wed Dec 21 19:47:51 2011
New Revision: 1221854

URL: http://svn.apache.org/viewvc?rev=1221854&view=rev
Log:
fixed potential NPE

Modified:
    maven/skins/trunk/maven-fluido-skin/src/it/mskins-13/src/site/site.xml

Modified: maven/skins/trunk/maven-fluido-skin/src/it/mskins-13/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/it/mskins-13/src/site/site.xml?rev=1221854&r1=1221853&r2=1221854&view=diff
==============================================================================
--- maven/skins/trunk/maven-fluido-skin/src/it/mskins-13/src/site/site.xml 
(original)
+++ maven/skins/trunk/maven-fluido-skin/src/it/mskins-13/src/site/site.xml Wed 
Dec 21 19:47:51 2011
@@ -38,6 +38,11 @@
       <googleSearch/>
     </fluidoSkin>
   </custom>
-  
-  <body/>
-</project>
\ No newline at end of file
+
+  <body>
+    <menu name="Main">
+      <item name="Sub" href="nowhere.html" />
+    </menu>
+  </body>
+
+</project>


Reply via email to