aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrpiazzi <rpiazzi@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2011-09-29 10:23:32 +0000
committerrpiazzi <rpiazzi@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2011-09-29 10:23:32 +0000
commit2f2dc0606a29db82cabf0514ba3432d674e4e180 (patch)
tree23a3281add617cc1aa4d6ef3bdc352c49558b7e3
parentbd1e826bcb766dfae2f8912b66755429c1faec4a (diff)
downloadpdf-as-3-2f2dc0606a29db82cabf0514ba3432d674e4e180.tar.gz
pdf-as-3-2f2dc0606a29db82cabf0514ba3432d674e4e180.tar.bz2
pdf-as-3-2f2dc0606a29db82cabf0514ba3432d674e4e180.zip
Corrected one if clause because header file of buergerkarte.at has changed
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@837 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
-rw-r--r--pdf-as-web/src/main/webapp/sitemesh/standalone.jsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/pdf-as-web/src/main/webapp/sitemesh/standalone.jsp b/pdf-as-web/src/main/webapp/sitemesh/standalone.jsp
index a9001cc..dc06d57 100644
--- a/pdf-as-web/src/main/webapp/sitemesh/standalone.jsp
+++ b/pdf-as-web/src/main/webapp/sitemesh/standalone.jsp
@@ -83,7 +83,7 @@
phpHeader += phpLine;
}
- phpHeader = phpHeader.substring(phpHeader.indexOf("<body>"), phpHeader.length());
+ phpHeader = phpHeader.substring(phpHeader.indexOf("<body"), phpHeader.length());
Source source = new Source(phpHeader);
List list = source.getAllElements();
@@ -154,7 +154,7 @@
<meta name="Description" content="B&uuml;rgerkarte" />
<meta name="Keywords" content="Citizen Card, Austrian Citizen Card, Citizen Card Austria" />
<decorator:head/>
- <link rel="stylesheet" type="text/css" href="https://www.buergerkarte.at/pdf-as/css/pdfas-styles.css" />
+ <link rel="stylesheet" type="text/css" href="https://www.buergerkarte.at/test-pdf-as/css/pdfas-styles.css" />
<link rel="shortcut icon" href="https://www.buergerkarte.at/dateien/favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="stylesheet" href="https://www.buergerkarte.at/style.css" type="text/css" />
</head>