You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
693 B
24 lines
693 B
From b1c9854b080a896053657a38487c7b65af53bd40 Mon Sep 17 00:00:00 2001
|
|
From: David Tardon <dtardon@redhat.com>
|
|
Date: Sat, 15 Dec 2012 08:36:48 +0100
|
|
Subject: [PATCH 1/4] add public and system ID to doctype
|
|
|
|
---
|
|
doc/cmis-client.xml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/doc/cmis-client.xml b/doc/cmis-client.xml
|
|
index 06f9ce1..22f041b 100644
|
|
--- a/doc/cmis-client.xml
|
|
+++ b/doc/cmis-client.xml
|
|
@@ -1,5 +1,5 @@
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
-<!DOCTYPE refentry>
|
|
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
|
|
<refentry>
|
|
<refentryinfo>
|
|
<date>2012-02-21</date>
|
|
--
|
|
1.8.0
|
|
|