diff options
author | francis <francis> | 2008-07-09 07:23:32 +0000 |
---|---|---|
committer | francis <francis> | 2008-07-09 07:23:32 +0000 |
commit | 8b778cc8efff1bcb8bf6db5529d60b22e9c21c56 (patch) | |
tree | 2b91278d7a85456402b167f664f4ce416fc1f2cf | |
parent | 6498dabcc81b5982f780772a91c4c1f4b0707451 (diff) |
Wrong comment.
-rw-r--r-- | app/helpers/link_to_helper.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/helpers/link_to_helper.rb b/app/helpers/link_to_helper.rb index 88ffd790e..1603e9ad3 100644 --- a/app/helpers/link_to_helper.rb +++ b/app/helpers/link_to_helper.rb @@ -1,11 +1,11 @@ -# app/helpers/application_helper.rb: +# app/helpers/link_to_helper.rb: # This module is included into all controllers via controllers/application.rb # - # # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: link_to_helper.rb,v 1.32 2008-05-18 21:53:16 francis Exp $ +# $Id: link_to_helper.rb,v 1.33 2008-07-09 07:23:32 francis Exp $ module LinkToHelper |