diff options
author | KrystianUjma <kujma@virtuslab.com> | 2019-04-09 20:43:49 +0200 |
---|---|---|
committer | KrystianUjma <kujma@virtuslab.com> | 2019-04-09 20:44:37 +0200 |
commit | 9b4a616e483e4ce0dc4dd74a66a585454bda3f2c (patch) | |
tree | c463e28167cb2107e3597ae63563139f36b69e26 /core/testdata/format/indentedCodeBlock.html | |
parent | 49800d9c8276ec8851bcc3b181563cd6e0f8f4b9 (diff) | |
download | dokka-9b4a616e483e4ce0dc4dd74a66a585454bda3f2c.tar.gz dokka-9b4a616e483e4ce0dc4dd74a66a585454bda3f2c.tar.bz2 dokka-9b4a616e483e4ce0dc4dd74a66a585454bda3f2c.zip |
fix tests- fails caused by bad index.html paths and missing paragraphs.
Diffstat (limited to 'core/testdata/format/indentedCodeBlock.html')
-rw-r--r-- | core/testdata/format/indentedCodeBlock.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/testdata/format/indentedCodeBlock.html b/core/testdata/format/indentedCodeBlock.html index 86c129fb..5b4677d1 100644 --- a/core/testdata/format/indentedCodeBlock.html +++ b/core/testdata/format/indentedCodeBlock.html @@ -4,7 +4,7 @@ <title>foo - test</title> </HEAD> <BODY> -<a href="index.html">test</a> / <a href="./foo.html">foo</a><br/> +<a href="../index.html">test</a> / <a href="./foo.html">foo</a><br/> <br/> <h1>foo</h1> <a name="$foo()"></a> |