From 1c3a2e393452f324bf730e277892d6ae361ef8e7 Mon Sep 17 00:00:00 2001 From: andreas Date: Fri, 16 Jul 2004 08:17:51 +0000 Subject: [PATCH] - updated version (incl revcheck comment) for revcheck testing --- docs/de/getting-started.xml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/de/getting-started.xml b/docs/de/getting-started.xml index 1a98e8b4..1581c4e2 100644 --- a/docs/de/getting-started.xml +++ b/docs/de/getting-started.xml @@ -1,7 +1,6 @@ - - - + + Erste Schritte @@ -367,9 +366,8 @@ require(SMARTY_DIR.'Smarty.class.php'); class Smarty_GuestBook extends Smarty { - function Smarty_GuestBook() { - - + function Smarty_GuestBook() + { // Konstruktor. Diese Werte werden für jede Instanz automatisch gesetzt $this->Smarty();