summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/TCheetah.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Server/Plugins/TCheetah.py')
-rw-r--r--src/lib/Server/Plugins/TCheetah.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/Server/Plugins/TCheetah.py b/src/lib/Server/Plugins/TCheetah.py
index 9988b80e4..8a0369eee 100644
--- a/src/lib/Server/Plugins/TCheetah.py
+++ b/src/lib/Server/Plugins/TCheetah.py
@@ -48,6 +48,8 @@ class TemplateFile:
self.template.source_path = self.name
self.searchlist['source_path'] = self.name
+ if entry.tag == 'Path':
+ entry.set('type', 'file')
try:
if type(self.template) == unicode:
entry.text = self.template