Author: joes
Date: Sun Dec 9 18:28:21 2012
New Revision: 1419074
URL: http://svn.apache.org/viewvc?rev=1419074&view=rev
Log:
trivial change to generate site build
Modified:
openoffice/ooo-site/trunk/lib/view.pm
Modified: openoffice/ooo-site/trunk/lib/view.pm
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/lib/view.pm?rev=1419074&r1=1419073&r2=1419074&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/lib/view.pm (original)
+++ openoffice/ooo-site/trunk/lib/view.pm Sun Dec 9 18:28:21 2012
@@ -171,6 +171,7 @@ sub ssiheaderfile {
# get the deepest ssi.mdtext in the templates tree whose path matches the same
in the content tree.
# content/es/por-que/**
# templates/es/por-que/ssi.mdtext
+
for (@path) {
$relpath .= "$_/";
if (-e "$relpath/ssi.mdtext") {