aboutsummaryrefslogtreecommitdiff
path: root/id.server/src/at/gv/egovernment/moa/id/auth/builder/SelectBKUFormBuilder.java
diff options
context:
space:
mode:
authorharald.bratko <harald.bratko@d688527b-c9ab-4aba-bd8d-4036d912da1d>2005-10-21 16:20:46 +0000
committerharald.bratko <harald.bratko@d688527b-c9ab-4aba-bd8d-4036d912da1d>2005-10-21 16:20:46 +0000
commitd964bdfe182c23d8bafbd4f3b73a1527a8377ded (patch)
treeaf06fa85f9d052b2e196bdfac9fdd59095798fa2 /id.server/src/at/gv/egovernment/moa/id/auth/builder/SelectBKUFormBuilder.java
parentd72f8684b8464d6acb65e376b2a0450fddbcfc31 (diff)
downloadmoa-id-spss-d964bdfe182c23d8bafbd4f3b73a1527a8377ded.tar.gz
moa-id-spss-d964bdfe182c23d8bafbd4f3b73a1527a8377ded.tar.bz2
moa-id-spss-d964bdfe182c23d8bafbd4f3b73a1527a8377ded.zip
*** empty log message ***
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@526 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id.server/src/at/gv/egovernment/moa/id/auth/builder/SelectBKUFormBuilder.java')
-rw-r--r--id.server/src/at/gv/egovernment/moa/id/auth/builder/SelectBKUFormBuilder.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/id.server/src/at/gv/egovernment/moa/id/auth/builder/SelectBKUFormBuilder.java b/id.server/src/at/gv/egovernment/moa/id/auth/builder/SelectBKUFormBuilder.java
index 363cd65a3..b1553efc9 100644
--- a/id.server/src/at/gv/egovernment/moa/id/auth/builder/SelectBKUFormBuilder.java
+++ b/id.server/src/at/gv/egovernment/moa/id/auth/builder/SelectBKUFormBuilder.java
@@ -22,9 +22,9 @@ public class SelectBKUFormBuilder extends Builder {
* Template for the default html-code to be returned as security-layer-selection to be built
*/
private static final String DEFAULT_HTML_TEMPLATE =
- "<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\">" + nl +
"<html>" + nl +
"<head>" + nl +
+ "<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\">" + nl +
"<title>Auswahl der B&uuml;rgerkartenumgebung</title>" + nl +
"</head>" + nl +
"<body>" + nl +