summaryrefslogtreecommitdiff
path: root/tdd-bootstrap.php
diff options
context:
space:
mode:
Diffstat (limited to 'tdd-bootstrap.php')
-rw-r--r--tdd-bootstrap.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tdd-bootstrap.php b/tdd-bootstrap.php
index 2ed216b..342ecd0 100644
--- a/tdd-bootstrap.php
+++ b/tdd-bootstrap.php
@@ -65,6 +65,9 @@ class Protocol {
$dom->find('/html/body/table/tr', 0)->outertext = '';
}
+ $head = $dom->find('/html/head', 0);
+ $head->innertext .= '<link rel="stylesheet" type="text/css" href="css/tdd.css" />';
+
// replacing meta http-equiv refresh with a javascript refresh to preserve hash in the result page
$meta = $head->find('meta');
foreach ($meta as $metaTag) {