From 224caa41162bd2cc3b50bb7a9cda30ea437c4f5b Mon Sep 17 00:00:00 2001
From: alangrafu <alvaro@graves.cl>
Date: Sun, 6 Nov 2011 23:43:12 -0800
Subject: [PATCH] hotfix

---
 classes/Exporter.php | 2 +-
 common.inc.php       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/classes/Exporter.php b/classes/Exporter.php
index 0899a857..4cc44d29 100644
--- a/classes/Exporter.php
+++ b/classes/Exporter.php
@@ -384,7 +384,7 @@ class Exporter{
   	
   	echo "#You can copy and paste the following data into a new\n";
   	echo "#LODSPeaKr instance at http://exampleofinstance.org/benegesserit.php\n\n\n";
-  	echo "#As a side note: this is a turtle document but is served as text/plain to make it easier to copy&paste
+  	echo "#As a side note: this is a turtle document but is served as text/plain to make it easier to copy&paste";
   	echo $ser->getSerializedTriples($triples);
   }
   
diff --git a/common.inc.php b/common.inc.php
index c46ba9f7..6a089af2 100644
--- a/common.inc.php
+++ b/common.inc.php
@@ -20,7 +20,7 @@ $conf['view']['directory'] = 'views/'; #include trailing slash!
 $conf['view']['extension'] = '.view';
 $conf['view']['default'] = 'default';
 
-$conf['static']['directory'] = 'static/';
+$conf['static']['directory'] = 'static/'; #include trailing slash!
 
 $conf['resource']['url_delimiter'] = "%u";
 
-- 
GitLab