From 0868e0642f694bf5c08951f67f5a4b7eadde041a Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Thu, 05 Sep 2013 21:22:22 +0000
Subject: [PATCH] Zmiana numeru wersji na 2.6, testy jednostkowe niektórych klas (PHPUnit), dodanych wiele komentarzy dotyczących metod oraz atrybutów (Doxygen), aktualizacja instrukcji instalacji i aktualizacji.
---
data/tv/wp_parse.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/data/tv/wp_parse.php b/data/tv/wp_parse.php
index a944be5..716f2df 100644
--- a/data/tv/wp_parse.php
+++ b/data/tv/wp_parse.php
@@ -37,7 +37,7 @@
}
$this->context = $context->item(0);
- $name = $this->xpath->query('.//h2[@class="sh2"]//span//text()', $this->context);
+ $name = $this->xpath->query('.//*[@class="sh2"]//span//text()', $this->context);
if($name->length != 1) {
throw new Exception('Nie znaleziono nazwy stacji, błędny HTML.');
}
@@ -132,4 +132,4 @@
}
}
}
-?>
\ No newline at end of file
+?>
--
Gitblit v1.9.1