diff --git a/NEWS b/NEWS index c7a19262..4026d50b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +Version 1.3.0 +------------- - implemented workaround for PHP "feature" that eats carriage returns if the PHP tag is at the end of the line. (Andrei) - removed $allow_php, added $php_handling logic (Monte) diff --git a/demo/templates/index.tpl b/demo/templates/index.tpl index 960b7c94..dacfb8c6 100644 --- a/demo/templates/index.tpl +++ b/demo/templates/index.tpl @@ -3,9 +3,6 @@
 
-{$Name}
-{$Name}
-
 {* bold and title are read from the config file *}
 {if #bold#}{/if}
 {* capitalize the first letters of each word of the title *}
@@ -66,4 +63,3 @@ This is an example of the html_options function:
 {html_options values=$option_values selected=$option_selected output=$option_output}
 
 
-
diff --git a/templates/index.tpl b/templates/index.tpl
index 960b7c94..dacfb8c6 100644
--- a/templates/index.tpl
+++ b/templates/index.tpl
@@ -3,9 +3,6 @@
 
 
 
-{$Name}
-{$Name}
-
 {* bold and title are read from the config file *}
 {if #bold#}{/if}
 {* capitalize the first letters of each word of the title *}
@@ -66,4 +63,3 @@ This is an example of the html_options function:
 {html_options values=$option_values selected=$option_selected output=$option_output}
 
 
-