HTML version fails to load correctly
The official documentation of the Subversion version control system
Brought to you by:
cmpilato,
danielshahaf
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: cmpilato
Hrm. When I build the book as HTML, I get a CSS definition like so embedded in svn-book.html:
{{{
body { background-image: url('http://docbook.sourceforge.net/release/images/draft.png');;)
background-repeat: no-repeat;
background-position: top left;
/* The following properties make the watermark "fixed" on the page. */
/* I think that's just a bit too distracting for the reader... */
/* background-attachment: fixed; */
/* background-position: center center; */
}}}
I take it that you don't see this in your version?
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: chris...@gmail.com
I can't find an 'svn-book.html' file.
However, the problem appears in 'index.html', which contains:
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2" />
<style type="text/css">
body { background-image: url('images/draft.png');
This is from <http://svnbook.red-bean.com/nightly/en/svn-book-html-chunk.tar.bz2> from today (2011-02-09).
Sorry, I neglected to specify the file & source in the original report.
I was nonplussed having spent over an hour trying to find why this had stopped working.
(Helped least by the viewer app replacing the page with a message complaining about my network connection!)
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: cmpilato
(No comment was entered for this change.)
Owner: cmpilato
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: cmpilato
I think I fixed this in [r3886] and [r3887]. If you still have problems, please reopen.
Labels: Milestone-en-1.6
Status: Fixed