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
This commit is contained in:
parent
4b1f75e611
commit
a581f35dff
|
@ -705,7 +705,7 @@ RAW
|
||||||
link_to("Unknown page",
|
link_to("Unknown page",
|
||||||
"/projects/onlinestore/wiki/Unknown_page",
|
"/projects/onlinestore/wiki/Unknown_page",
|
||||||
:class => "wiki-page new"),
|
:class => "wiki-page new"),
|
||||||
# striked through link
|
# struck through link
|
||||||
'-[[Another page|Page]]-' =>
|
'-[[Another page|Page]]-' =>
|
||||||
"<del>".html_safe +
|
"<del>".html_safe +
|
||||||
link_to("Page",
|
link_to("Page",
|
||||||
|
|
Loading…
Reference in New Issue