]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: remove legacy XHTML <!DOCTYPE> declaration
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 28 Feb 2018 17:42:47 +0000 (17:42 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 28 Feb 2018 17:51:03 +0000 (17:51 +0000)
We have switched the docs to using the HTML5 doctype declaration in

  commit b1c81567c7172bc9dcd701cf46ea3f87725d62c7
  Author: Daniel P. Berrange <berrange@redhat.com>
  Date:   Wed Jul 26 18:01:25 2017 +0100

    docs: switch to using HTML5 doctype declaration

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
docs/pci-hotplug.html.in

index 4ac87d644fc31cf057cf156621ed8d5a0fece999..9a26645aa45634212675fd80ad0088ff2ecdde36 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!DOCTYPE html>
 <html xmlns="http://www.w3.org/1999/xhtml">
   <body>
     <h1>PCI topology and hotplug</h1>