From 7efac0bbb4d10ea6635ed0c0534b3cb08fc21520 Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 13 Nov 2018 22:14:47 +0100 Subject: Code formatting --- tdd/tdd-bootstrap.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tdd/tdd-bootstrap.php b/tdd/tdd-bootstrap.php index c4249c9..88f8752 100644 --- a/tdd/tdd-bootstrap.php +++ b/tdd/tdd-bootstrap.php @@ -38,7 +38,7 @@ class Protocol { $content = file_get_contents($this->get_filename()); $dom = str_get_html($content); - $header_td1 = $dom->find("/html/body/table/tr/td[class=\"bdcc12\"]", 0); + $header_td1 = $dom->find('/html/body/table/tr/td[class="bdcc12"]', 0); $header_tr = $header_td1->parent; $tr = @$header_tr->next_sibling(); while($tr) { @@ -78,8 +78,8 @@ class Protocol { $head = $dom->find('/html/head', 0); $head->innertext .= '' - . '' - . ''; + . '' + . ''; // replacing meta http-equiv refresh with a javascript refresh to preserve hash in the result page $meta = $head->find('meta'); -- cgit v1.2.3