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/01 00:30:15 UTC

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

Author: lu4242
Date: Fri Jan 31 23:30:15 2014
New Revision: 1563340

URL: http://svn.apache.org/r1563340
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=1563340&r1=1563339&r2=1563340&view=diff
==============================================================================
--- myfaces/site/cms-site/trunk/lib/view.pm (original)
+++ myfaces/site/cms-site/trunk/lib/view.pm Fri Jan 31 23:30:15 2014
@@ -377,14 +377,13 @@ sub breadcrumbs {
                 } else {
                     $linktitle = "\u$_";
                 }
-                $targetpath .= ".html";
+                $targetpath .= "$_.html";
            } else {
                 $linktitle = "\u$_";
                 $targetpath = $relpath;
            }
             # $_ ||= "Home";
-            
-            push @rv, qq(<a href="$targetpath">$linktitle $datafile</a>);
+            push @rv, qq(<a href="$targetpath">$linktitle</a>);
         }
         $ignoreCount = $ignoreCount + 1;
     }