[gimp-help-2] Fix DocBook version



commit 78f3c718f7a6932f0fafcaac4d892740e6830d74
Author: Ulf-D. Ehlert <ulfehlert svn gnome org>
Date:   Mon Mar 7 20:06:59 2011 +0100

    Fix DocBook version
    
    edit.xml required DocBook-4.5 rather than (correct) DocBook-4.3.

 src/menus/edit.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/menus/edit.xml b/src/menus/edit.xml
index a84737e..35bc190 100644
--- a/src/menus/edit.xml
+++ b/src/menus/edit.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
-                       "http://www.docbook.org/xml/4.5/docbookx.dtd";>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+                       "http://www.docbook.org/xml/4.3/docbookx.dtd";>
 <!-- section history:
   2009-01-23 ude: moved files to new subdir "menus/edit/"
   2008-01-07 j.h: added edit-units.xml (copy of file-units.xml),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]