diff --git a/tpl/yourlsproxy.php b/tpl/yourlsproxy.php
index c451c5a..f642047 100644
--- a/tpl/yourlsproxy.php
+++ b/tpl/yourlsproxy.php
@@ -17,7 +17,9 @@ if (empty($ERROR)) :
-
+
diff --git a/tst/ViewTest.php b/tst/ViewTest.php
index 1e4d937..3e8a8ae 100644
--- a/tst/ViewTest.php
+++ b/tst/ViewTest.php
@@ -106,6 +106,10 @@ class ViewTest extends PHPUnit_Framework_TestCase
$content,
$template . ': outputs error correctly'
);
+ if ($template === 'yourlsproxy') {
+ // yourlsproxy template only displays error message
+ continue;
+ }
$this->assertRegExp(
'#<[^>]+id="password"[^>]*>#',
$content,