← Back to team overview

documentation-packages team mailing list archive

[Bug 1676058] Re: build process extra doctype directive

 

The same is true for the desktop guide. Just pushed a change to trunk,
but I don't bother to change the branches for released versions.

** Also affects: ubuntu-docs (Ubuntu)
   Importance: Undecided
       Status: New

** Changed in: ubuntu-docs (Ubuntu)
   Importance: Undecided => Low

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

** Changed in: ubuntu-docs (Ubuntu)
     Assignee: (unassigned) => Gunnar Hjalmarsson (gunnarhj)

-- 
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:
  In Progress
Status in Ubuntu Server Guide trunk series:
  In Progress
Status in Ubuntu Server Guide trusty series:
  In Progress
Status in ubuntu-docs package in Ubuntu:
  Fix Committed

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