diff options
-rw-r--r-- | app/views/request/_sidebar.rhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/request/_sidebar.rhtml b/app/views/request/_sidebar.rhtml index 4a503d574..9d4ac8234 100644 --- a/app/views/request/_sidebar.rhtml +++ b/app/views/request/_sidebar.rhtml @@ -34,6 +34,6 @@ <% end %> <p><%= link_to "Event history details", request_details_url(@info_request) %></p> - <p><a href="/help/about#commercial">Are you the owner of - any commercial copyright on this page?</a></p> + <p><small><a href="/help/about#commercial">Are you the owner of + any commercial copyright on this page?</a></small></p> </div> |