Desktop Help - r331: HTML Build ui:expanded build errors

Bug #1268834 reported by Greg Beam
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ubuntu Documentation
Fix Released
Undecided
Greg Beam

Bug Description

Deprecated errors when building HTML.

BUILD METHOD
cd ./ubuntu-docs && ./autogen.sh
cd ./html && make

ERROR
DEPRECATION WARNING: The expanded attribute from the experimental/ui namespace
is deprecated. Use the expanded attribute from the ui/1.0 namespace instead.

Note that the non-experimental attribute takes true/false instead of yes/no.
http://projectmallard.org/ui/1.0/ui_expanded.html

FIX:
Change:
<page xmlns="http://projectmallard.org/1.0/" xmlns:ui="http://projectmallard.org/experimental/ui/"

to:

This:
<page xmlns="http://projectmallard.org/1.0/" xmlns:ui="http://projectmallard.org/ui/1.0/"

FILES AFFECTED:
keyboard-nav.page
unity-menubar-intro.page
shell-keyboard-shortcuts.page
files-copy.page

Tags: ubuntu-docs

Related branches

Greg Beam (ki7mt)
Changed in ubuntu-docs:
assignee: nobody → KI7MT (ki7mt)
status: New → In Progress
Revision history for this message
Kevin Godby (godbyk) wrote :

I've merged your patch. Thanks!

Changed in ubuntu-docs:
status: In Progress → Fix Committed
Changed in ubuntu-docs:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.