summaryrefslogtreecommitdiff
path: root/src/HTML5/InputStream.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/HTML5/InputStream.php')
-rw-r--r--src/HTML5/InputStream.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/HTML5/InputStream.php b/src/HTML5/InputStream.php
index f98b427..d3bd8ac 100644
--- a/src/HTML5/InputStream.php
+++ b/src/HTML5/InputStream.php
@@ -1,4 +1,5 @@
<?php
+namespace HTML5;
/*
@@ -29,7 +30,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
// /* */ indicates verbatim text from the HTML 5 specification
// // indicates regular comments
-class HTML5_InputStream {
+class InputStream {
/**
* The string data we're parsing.
*/