1 Mar 2012 06:45
SF.net SVN: docutils:[7374] trunk/docutils/test/functional
<goodger <at> users.sourceforge.net>
2012-03-01 05:45:45 GMT
2012-03-01 05:45:45 GMT
Revision: 7374
http://docutils.svn.sourceforge.net/docutils/?rev=7374&view=rev
Author: goodger
Date: 2012-03-01 05:45:45 +0000 (Thu, 01 Mar 2012)
Log Message:
-----------
changed stylesheet to relative path, so it works on Windows systems too (which add a drive letter to
absolute paths)
Modified Paths:
--------------
trunk/docutils/test/functional/expected/stylesheet_path_html4css1.html
trunk/docutils/test/functional/tests/stylesheet_path_html4css1.py
Modified: trunk/docutils/test/functional/expected/stylesheet_path_html4css1.html
===================================================================
--- trunk/docutils/test/functional/expected/stylesheet_path_html4css1.html 2012-02-28
16:39:05 UTC (rev 7373)
+++ trunk/docutils/test/functional/expected/stylesheet_path_html4css1.html 2012-03-01
05:45:45 UTC (rev 7374)
<at> <at> -6,7 +6,7 <at> <at>
<meta name="generator" content="Docutils 0.9: http://docutils.sourceforge.net/" />
<title></title>
<link rel="stylesheet" href="../../data/ham.css" type="text/css" />
-<link rel="stylesheet" href="/missing.css" type="text/css" />
+<link rel="stylesheet" href="missing.css" type="text/css" />
</head>
<body>
<div class="document">
(Continue reading)
RSS Feed