From 76538129af1478cf769347b5c523caf2c5564519 Mon Sep 17 00:00:00 2001 From: rpiazzi Date: Mon, 16 Jan 2012 11:37:28 +0000 Subject: Do not add language link anymore git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@898 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c --- pdf-as-web/src/main/webapp/sitemesh/standalone.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pdf-as-web') diff --git a/pdf-as-web/src/main/webapp/sitemesh/standalone.jsp b/pdf-as-web/src/main/webapp/sitemesh/standalone.jsp index 68c32d6..0da7492 100644 --- a/pdf-as-web/src/main/webapp/sitemesh/standalone.jsp +++ b/pdf-as-web/src/main/webapp/sitemesh/standalone.jsp @@ -132,7 +132,7 @@ //Insert a hidden language fake link, that is shown when the change of language is disabled - int positionToInsertLangLink = 0; + /*int positionToInsertLangLink = 0; source = new Source(phpHeader); list = source.getAllElements("ul"); it = list.iterator(); @@ -156,7 +156,7 @@ String secondPart = phpHeader.substring(positionToInsertLangLink, phpHeader.length()); phpHeader = firstPart+languagelink+secondPart; - + */ %> -- cgit v1.2.3