diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-04-16 00:20:15 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-04-16 00:20:15 +0000 |
commit | a581f35dff23bce64a24320ee7166bea497aea14 (patch) | |
tree | f76a4382b89bda5155895ff48934eae104a2290e /test/unit/helpers | |
parent | 4b1f75e611400e078f039782f7748835e6d47ea3 (diff) | |
download | redmine-a581f35dff23bce64a24320ee7166bea497aea14.tar.gz redmine-a581f35dff23bce64a24320ee7166bea497aea14.zip |
fix typo at test/unit/helpers/application_helper_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@13093 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit/helpers')
-rw-r--r-- | test/unit/helpers/application_helper_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/helpers/application_helper_test.rb b/test/unit/helpers/application_helper_test.rb index e0abe026e..1b58e88d5 100644 --- a/test/unit/helpers/application_helper_test.rb +++ b/test/unit/helpers/application_helper_test.rb @@ -705,7 +705,7 @@ RAW link_to("Unknown page", "/projects/onlinestore/wiki/Unknown_page", :class => "wiki-page new"), - # striked through link + # struck through link '-[[Another page|Page]]-' => "<del>".html_safe + link_to("Page", |