##// END OF EJS Templates
fix typo at test/unit/helpers/application_helper_test.rb...
Toshi MARUYAMA -
r12818:a581f35dff23
parent child
Show More
@@ -705,7 +705,7 RAW
705 link_to("Unknown page",
705 link_to("Unknown page",
706 "/projects/onlinestore/wiki/Unknown_page",
706 "/projects/onlinestore/wiki/Unknown_page",
707 :class => "wiki-page new"),
707 :class => "wiki-page new"),
708 # striked through link
708 # struck through link
709 '-[[Another page|Page]]-' =>
709 '-[[Another page|Page]]-' =>
710 "<del>".html_safe +
710 "<del>".html_safe +
711 link_to("Page",
711 link_to("Page",
General Comments 0
You need to be logged in to leave comments. Login now