Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Aug 2012 12:47:15 +0000 (UTC)
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-projects@freebsd.org
Subject:   svn commit: r39286 - projects/sgml2xml/share/sgml
Message-ID:  <201208011247.q71ClFAY055188@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gabor
Date: Wed Aug  1 12:47:15 2012
New Revision: 39286
URL: http://svn.freebsd.org/changeset/doc/39286

Log:
  - Add namespaces to two entities that are still used in translations
  
  Approved by:	doceng (implicit)

Modified:
  projects/sgml2xml/share/sgml/header.ent

Modified: projects/sgml2xml/share/sgml/header.ent
==============================================================================
--- projects/sgml2xml/share/sgml/header.ent	Wed Aug  1 12:46:16 2012	(r39285)
+++ projects/sgml2xml/share/sgml/header.ent	Wed Aug  1 12:47:15 2012	(r39286)
@@ -4,8 +4,8 @@
 <!-- PUBLIC "-//FreeBSD//ENTITIES HTML FreeBSD Header Entities//EN" -->
 
 <!-- Images -->
-<!ENTITY i.daemon '<img src="&enbase;/gifs/daemon.gif" alt="" align="left"  width="80" height="76">'>
-<!ENTITY i.new '<img src="&enbase;/gifs/new.gif" alt="[New!]" width="28" height="11">'>
+<!ENTITY i.daemon '<img xmlns="http://www.w3.org/1999/xhtml" src="&enbase;/gifs/daemon.gif" alt="" align="left"  width="80" height="76"/>'>
+<!ENTITY i.new '<img xmlns="http://www.w3.org/1999/xhtml" src="&enbase;/gifs/new.gif" alt="[New!]" width="28" height="11"/>'>
 
 <!-- Components making up the standard headers and footers. -->
 <!-- Override in the prolog <em>before</em> including this  -->



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208011247.q71ClFAY055188>