From c5fe1a636bb45bd2f2076877ffe4a34e15299616 Mon Sep 17 00:00:00 2001 From: rich Date: Thu, 4 Nov 2004 14:11:07 +0000 Subject: [PATCH] to make FIR better. Bumped version for release. --- debian/changelog | 2 +- templates/footer.html | 4 ++-- templates/page.html | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 76e9151..ae5a19d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -cocanwiki (1.3.7-5) unstable; urgency=low +cocanwiki (1.3.7-6) unstable; urgency=low * Initial Release. diff --git a/templates/footer.html b/templates/footer.html index bd294f5..6baf7e8 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -23,8 +23,8 @@ ::if(branding)::
-

::brand_html::

-::if(has_brand_tagline)::

::brand_tagline_html::

::end:: +

::brand_html::

+::if(has_brand_tagline)::

::brand_tagline_html::

::end:: ::if(has_brand_description)::

::brand_description_html::

::end::
::end:: diff --git a/templates/page.html b/templates/page.html index 799db6c..0ef940e 100644 --- a/templates/page.html +++ b/templates/page.html @@ -126,8 +126,8 @@ ::if(branding)::
-

::if(is_homepage)::::else::::end::::brand_html::::if(is_homepage)::::else::::end::

-::if(has_brand_tagline)::

::if(is_homepage)::::else::::end::::brand_tagline_html::::if(is_homepage)::::else::::end::

::end:: +

::if(is_homepage)::::else::::end::::brand_html::::if(is_homepage)::::else::::end::

+::if(has_brand_tagline)::

::if(is_homepage)::::else::::end::::brand_tagline_html::::if(is_homepage)::::else::::end::

::end:: ::if(has_brand_description)::

::brand_description_html::

::end::
::end:: -- 1.8.3.1