diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-10-21 13:39:58 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-10-21 13:39:58 (GMT) |
commit | ace34420d49fa52bcfb3bf1836232c5802df7d2b (patch) | |
tree | ac215be19ec3a7d8d91ba4b39145e2d5789e326b /web | |
parent | 48ebc714878e89b5fe0483e77c5b1949983fc6bd (diff) | |
download | site-ace34420d49fa52bcfb3bf1836232c5802df7d2b.tar.gz |
tests.md: Minor fix
The text between <object> and </object> is not interpreted as Markdown.
Diffstat (limited to 'web')
-rw-r--r-- | web/input/tests.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/input/tests.md b/web/input/tests.md index bad78a9..ceb1fdc 100644 --- a/web/input/tests.md +++ b/web/input/tests.md | |||
@@ -9,7 +9,7 @@ platforms. The build and test logs can be viewed by following the | |||
9 | corresponding links. | 9 | corresponding links. |
10 | 10 | ||
11 | <object data="https://labs.consol.de/nagios-plugins/logs/HEADER2.html" style="width: 900px; height: 460px;"> | 11 | <object data="https://labs.consol.de/nagios-plugins/logs/HEADER2.html" style="width: 900px; height: 460px;"> |
12 | * [Test results][results] | 12 | [Test results][results] |
13 | </object> | 13 | </object> |
14 | 14 | ||
15 | Thanks go to Sven Nierlein for setting up the tests and to [his | 15 | Thanks go to Sven Nierlein for setting up the tests and to [his |