You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2014/02/10 23:34:49 UTC

svn commit: r1566773 - /myfaces/site/cms-site/trunk/lib/view.pm

Author: lu4242
Date: Mon Feb 10 22:34:49 2014
New Revision: 1566773

URL: http://svn.apache.org/r1566773
Log:
test how to fix documentation

Modified:
    myfaces/site/cms-site/trunk/lib/view.pm

Modified: myfaces/site/cms-site/trunk/lib/view.pm
URL: http://svn.apache.org/viewvc/myfaces/site/cms-site/trunk/lib/view.pm?rev=1566773&r1=1566772&r2=1566773&view=diff
==============================================================================
--- myfaces/site/cms-site/trunk/lib/view.pm (original)
+++ myfaces/site/cms-site/trunk/lib/view.pm Mon Feb 10 22:34:49 2014
@@ -202,7 +202,7 @@ sub sitemapFind {
             if ($level <= -1) {
                 sitemapFind($item, $entries->{"entries"}->{$rel});
             }
-            else if ($level > 0){
+            elsif ($level > 0){
                 sitemapFind($item, $entries->{"entries"}->{$rel}, $level - 1);
             }
       	 }