You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2012/11/26 15:32:59 UTC

svn commit: r1413647 - /isis/site/trunk/lib/view.pm

Author: danhaywood
Date: Mon Nov 26 14:32:59 2012
New Revision: 1413647

URL: http://svn.apache.org/viewvc?rev=1413647&view=rev
Log:
isis documentation

Modified:
    isis/site/trunk/lib/view.pm

Modified: isis/site/trunk/lib/view.pm
URL: http://svn.apache.org/viewvc/isis/site/trunk/lib/view.pm?rev=1413647&r1=1413646&r2=1413647&view=diff
==============================================================================
--- isis/site/trunk/lib/view.pm (original)
+++ isis/site/trunk/lib/view.pm Mon Nov 26 14:32:59 2012
@@ -62,7 +62,7 @@ sub basic {
 
     read_text_file($filepath, \%args);
 
-    if ($args{indexpage}) 
+    if (exists $args{indexpage}) 
       $args{path} = "$args{path}$args{indexpage}";
     }