From 12686bb0d55a5bc2f159e8766de8eff78afdbf26 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Sat, 12 Jul 2003 20:15:40 +0000 Subject: [PATCH] Removed trailing \n to templates. --- templates/bife_bife.tpl.html | 2 +- templates/bife_class.tpl.html | 2 +- templates/bife_link.tpl.html | 2 +- templates/bife_module.tpl.html | 2 +- templates/bife_page.tpl.html | 4 +++- templates/bife_section.tpl.html | 2 +- 6 files changed, 8 insertions(+), 6 deletions(-) diff --git a/templates/bife_bife.tpl.html b/templates/bife_bife.tpl.html index 683a0f4..ad72a90 100644 --- a/templates/bife_bife.tpl.html +++ b/templates/bife_bife.tpl.html @@ -1,2 +1,2 @@ BIFE +title="Build It FastEr">BIFE \ No newline at end of file diff --git a/templates/bife_class.tpl.html b/templates/bife_class.tpl.html index 83f0822..8c42c16 100644 --- a/templates/bife_class.tpl.html +++ b/templates/bife_class.tpl.html @@ -1,2 +1,2 @@ {NAME} +title="BIFE_{NAME}">{NAME} \ No newline at end of file diff --git a/templates/bife_link.tpl.html b/templates/bife_link.tpl.html index 873ba85..79d112d 100644 --- a/templates/bife_link.tpl.html +++ b/templates/bife_link.tpl.html @@ -1 +1 @@ -{CONTENTS} +{CONTENTS} \ No newline at end of file diff --git a/templates/bife_module.tpl.html b/templates/bife_module.tpl.html index b8323f3..39a9f5d 100644 --- a/templates/bife_module.tpl.html +++ b/templates/bife_module.tpl.html @@ -1,2 +1,2 @@ {NAME} +title="BIFE_{NAME}">{NAME} \ No newline at end of file diff --git a/templates/bife_page.tpl.html b/templates/bife_page.tpl.html index f049596..5b5008c 100644 --- a/templates/bife_page.tpl.html +++ b/templates/bife_page.tpl.html @@ -8,7 +8,9 @@
Ver código fuente BIFE (archivo .xbf) | - Ver código fuente PHP (archivo .php) + Ver código fuente PHP (archivo .php) | + Ver salida HTML generada | + Ver templates (archivos .tpl.html)
diff --git a/templates/bife_section.tpl.html b/templates/bife_section.tpl.html index effbf2e..2a2f155 100644 --- a/templates/bife_section.tpl.html +++ b/templates/bife_section.tpl.html @@ -1,2 +1,2 @@

{TITLE}

-

{CONTENTS}

+

{CONTENTS}

\ No newline at end of file -- 2.43.0