diff options
author | tony <tony> | 2009-03-09 09:36:22 +0000 |
---|---|---|
committer | tony <tony> | 2009-03-09 09:36:22 +0000 |
commit | bff6d94c4246f6cd6ab15f486b388522de08435c (patch) | |
tree | c26aa74c3aad2877da9605b8c219fd1f16fc515e | |
parent | e68577375b9aaede56f9d735d8d2903f5362b9ab (diff) |
Close stray paragraph tag to stop spec have_match() complaining
-rw-r--r-- | app/views/request/show.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/show.rhtml b/app/views/request/show.rhtml index 4e001f9b8..d04de8567 100644 --- a/app/views/request/show.rhtml +++ b/app/views/request/show.rhtml @@ -40,7 +40,7 @@ <% end %> <p><a href="/help/about#commercial">Are you the owner of - any commercial copyright on this page?</a> + any commercial copyright on this page?</a></p> </div> |