← Back to team overview

documentation-packages team mailing list archive

[Bug 1676058] Re: build process extra doctype directive

 

This bug was fixed in the package ubuntu-docs - 17.04.3

---------------
ubuntu-docs (17.04.3) zesty; urgency=medium

  * html/ubuntu.xsl:
    - Specify search box width (LP: #1675452).
  * html/Makefile:
    - Drop duplicate doctype directive (LP: #1676058).
  * The latest translations exported from Launchpad.

  [ Doug Smythies ]
  * Several screenshots updated.

 -- Gunnar Hjalmarsson <gunnarhj@xxxxxxxxxx>  Fri, 31 Mar 2017 01:00:00
+0200

** Changed in: ubuntu-docs (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of
Documentation Packages, which is subscribed to ubuntu-docs in Ubuntu.
https://bugs.launchpad.net/bugs/1676058

Title:
  build process extra doctype directive

Status in Ubuntu Server Guide:
  Fix Committed
Status in Ubuntu Server Guide trunk series:
  Fix Committed
Status in Ubuntu Server Guide trusty series:
  Fix Released
Status in ubuntu-docs package in Ubuntu:
  Fix Released

Bug description:
  The serverguide build process now results in two doctype directives
  instead of 1. This did not occur a couple of years ago, and still does
  not occur in the basic build step with yelp-build. Therefore the issue
  is likely introduced during the post build Makefile manipulations in
  the language substitution step. i.e. the sed command is messed up.

  I am not aware of any negative side effects.

  Example: This:

  <!DOCTYPE html>
  <!DOCTYPE html>
  <html lang=en>
  <head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

  should be this:

  <!DOCTYPE html>
  <html lang=en>
  <head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

To manage notifications about this bug go to:
https://bugs.launchpad.net/serverguide/+bug/1676058/+subscriptions