From 50052a6e65896f761b034886be59db0040f8e427 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 21 Apr 2007 21:43:39 +0000 Subject: [PATCH] We also need to change the paths to files in the templates because we no longer have templates/default/ just templates/ --- templates/blame.tpl | 2 +- templates/diff.tpl | 4 ++-- templates/headinclude.tpl | 2 +- templates/view.tpl | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/blame.tpl b/templates/blame.tpl index 4dc34c6..5a8160e 100644 --- a/templates/blame.tpl +++ b/templates/blame.tpl @@ -2,7 +2,7 @@ $doctype $headinclude - + {@"Blame"} diff --git a/templates/diff.tpl b/templates/diff.tpl index b5612e9..0db1b1a 100644 --- a/templates/diff.tpl +++ b/templates/diff.tpl @@ -2,8 +2,8 @@ $doctype $headinclude - - + + {@"Diff"} diff --git a/templates/headinclude.tpl b/templates/headinclude.tpl index aec625b..2e35dc0 100644 --- a/templates/headinclude.tpl +++ b/templates/headinclude.tpl @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/templates/view.tpl b/templates/view.tpl index de560fa..6194c87 100644 --- a/templates/view.tpl +++ b/templates/view.tpl @@ -2,7 +2,7 @@ $doctype $headinclude - + {@"View"} -- 2.22.5