Fix typo in annotate output
Sun Aug 3 15:04:07 UTC 2008 Alberto Bertogli <albertito@gmail.com>
* Fix typo in annotate output
diff -rN -u old-darcsweb/darcsweb.cgi new-darcsweb/darcsweb.cgi
--- old-darcsweb/darcsweb.cgi 2013-07-18 20:20:30.000000000 +0000
+++ new-darcsweb/darcsweb.cgi 2013-07-18 20:20:30.000000000 +0000
@@ -1252,7 +1252,7 @@
print '<div class="page_body">'
if isbinary(fname):
print """
-<i>This is a binary file and it's contents will not be displayed.</i>
+<i>This is a binary file and its contents will not be displayed.</i>
</div>
"""
return
@@ -1280,7 +1280,7 @@
print '<div class="page_body">'
if isbinary(ann.fname):
print """
-<i>This is a binary file and it's contents will not be displayed.</i>
+<i>This is a binary file and its contents will not be displayed.</i>
</div>
"""
return