aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2015-04-01 11:29:52 +0200
committerIngela Anderton Andin <[email protected]>2015-04-09 09:08:38 +0200
commit6af3195c80ab7ce522602d50eb1db3b6916dcde6 (patch)
tree8ee552a729a2cc2bd3e691b9234a2259414c3cf1
parent3c49c9949feb45341f2cf85321d67b45c45abda9 (diff)
downloadotp-6af3195c80ab7ce522602d50eb1db3b6916dcde6.tar.gz
otp-6af3195c80ab7ce522602d50eb1db3b6916dcde6.tar.bz2
otp-6af3195c80ab7ce522602d50eb1db3b6916dcde6.zip
ssl: Correct XML-tag
-rw-r--r--lib/ssl/doc/src/refman.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ssl/doc/src/refman.xml b/lib/ssl/doc/src/refman.xml
index c6ebe5764a..d5f2219af9 100644
--- a/lib/ssl/doc/src/refman.xml
+++ b/lib/ssl/doc/src/refman.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE application SYSTEM "application.dtd">
-<appref xmlns:xi="http://www.w3.org/2001/XInclude">
+<application xmlns:xi="http://www.w3.org/2001/XInclude">
<header>
<copyright>
<year>1999</year><year>2015</year>
@@ -33,6 +33,6 @@
<xi:include href="ssl_crl_cache.xml"/>
<xi:include href="ssl_crl_cache_api.xml"/>
<xi:include href="ssl_session_cache_api.xml"/>
-</appref>
+</application>