diff options
Diffstat (limited to 'pdf-as-web/src')
-rw-r--r-- | pdf-as-web/src/main/webapp/sitemesh/standalone.jsp | 4 |
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 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;
-
+ */
%>
|