diff options
author | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2016-03-03 12:52:07 +0100 |
---|---|---|
committer | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2016-03-03 12:52:07 +0100 |
commit | 9cd7ee31b8073e90e63ebd18bc431537ea1724fc (patch) | |
tree | 2d72dbf00509b66b878032b9af47c6f67ebe86f5 | |
parent | 0773cfcf2370b84e2ceba468d6e4ae001463b711 (diff) | |
download | pdf-as-4-9cd7ee31b8073e90e63ebd18bc431537ea1724fc.tar.gz pdf-as-4-9cd7ee31b8073e90e63ebd18bc431537ea1724fc.tar.bz2 pdf-as-4-9cd7ee31b8073e90e63ebd18bc431537ea1724fc.zip |
removed doctype web.xml
-rw-r--r-- | pdf-as-web/src/main/webapp/WEB-INF/web.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pdf-as-web/src/main/webapp/WEB-INF/web.xml b/pdf-as-web/src/main/webapp/WEB-INF/web.xml index eec30639..3e6b30bd 100644 --- a/pdf-as-web/src/main/webapp/WEB-INF/web.xml +++ b/pdf-as-web/src/main/webapp/WEB-INF/web.xml @@ -1,7 +1,5 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!DOCTYPE web-app - PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" - "http://java.sun.com/dtd/web-app_2_3.dtd"> + <web-app> <!-- General description of your web application --> |