From a17e6ed4632f7f618151b2a882827aba20dded90 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 26 Apr 2010 13:52:54 -0400 Subject: [PATCH] Minor, seemingly harmless tweaks to misc.tmpl Whenever the DIV tag structure of page.tmpl has been changed, the DIV tag structure of misc.tmpl must also change to reflect this, or else any page which uses misc.tmpl will not look right. My intent is to make ease parallel maintenance of these two files by eliminating trivial/accidental difference between the two, so that duplicated regions can be more readily identified (perhaps even mechanically). (cherry-picked from commit 075980f94996e8f67d9632ae95b8bf41fdf09afa, but without the changes to comments in page.tmpl) --- templates/misc.tmpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/misc.tmpl b/templates/misc.tmpl index 9ec9a59cb..535a6f06b 100644 --- a/templates/misc.tmpl +++ b/templates/misc.tmpl @@ -9,11 +9,11 @@ <TMPL_VAR TITLE> - - + + @@ -32,9 +32,9 @@ - + -- 2.32.0.93.g670b81a890