From 99b13e9bd627b08e60d68e3fb0e42cb0e1dfcc71 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 23 Aug 2009 12:50:06 +0000 Subject: [PATCH] fixed HTML errors --- lam/templates/pdfedit/pdfpage.php | 37 ++++++++++++++----------------- 1 file changed, 17 insertions(+), 20 deletions(-) diff --git a/lam/templates/pdfedit/pdfpage.php b/lam/templates/pdfedit/pdfpage.php index 89eb5348..63731cb6 100644 --- a/lam/templates/pdfedit/pdfpage.php +++ b/lam/templates/pdfedit/pdfpage.php @@ -384,7 +384,7 @@ echo $_SESSION['header'];
- +
\n" . - ""; + ""; // We have a new section to start if($entry['tag'] == "SECTION" && $entry['type'] == "open") { $name = $entry['attributes']['NAME']; @@ -436,7 +436,7 @@ foreach($_SESSION['currentPDFStructure'] as $key => $entry) { $nonTextSections .= '\n"; ?> - - + $entry) { - +
@@ -423,7 +423,7 @@ foreach($_SESSION['currentPDFStructure'] as $key => $entry) { (isset($_GET['headline']) ? '&headline=' . $_GET['headline'] : '') . (isset($_GET['logoFile']) ? '&logoFile=' . $_GET['logoFile'] : '') . "\">" . "\""\n 
+ $entry) { } ?> -  
-
-
 
@@ -638,20 +635,20 @@ foreach($_SESSION['currentPDFStructure'] as $key => $entry) {