← Back to team overview

documentation-packages team mailing list archive

[Bug 1676058] Re: build process extra doctype directive

 

** Branch linked: lp:serverguide

-- 
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 Committed
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