Commit 7c31bbe8 authored by Łukasz Nowak's avatar Łukasz Nowak

Fix case and typography.

parent 1e93435d
......@@ -220,7 +220,7 @@
<value> <string encoding="cdata"><![CDATA[
<div class="right_decorator" style="padding-right: 20px">\n
<h1>Enjoy cloud computing with Vifib</h1>\n
<h1>Enjoy Cloud&nbsp;Computing with&nbsp;Vifib</h1>\n
\n
<table cellpadding=0 cellspacing=0 border=0>\n
<tr>\n
......
351
\ No newline at end of file
352
\ No newline at end of file
......@@ -87,7 +87,7 @@ class TestVifibWebSite(testVifibMixin):
self.assertEquals(HTTP_OK, response.getStatus())
self.assertEquals('text/html; charset=utf-8',
response.getHeader('content-type'))
self.assertTrue("Enjoy cloud computing with Vifib" in response.getBody())
self.assertTrue("Enjoy Cloud&nbsp;Computing with&nbsp;Vifib" in response.getBody())
def test_05_checkFreeFiberAccess(self):
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment