diff --git a/400_xowa/src/gplx/xowa/htmls/portal/Xow_portal_mgr.java b/400_xowa/src/gplx/xowa/htmls/portal/Xow_portal_mgr.java index 2de535b6d..a9925f242 100644 --- a/400_xowa/src/gplx/xowa/htmls/portal/Xow_portal_mgr.java +++ b/400_xowa/src/gplx/xowa/htmls/portal/Xow_portal_mgr.java @@ -204,7 +204,7 @@ public class Xow_portal_mgr implements Gfo_invk { // TODO: use "vector-jumptosearch", but need to update language.gfs files private static final Bry_fmtr Div_jump_to_fmtr = Bry_fmtr.new_(String_.Concat ( "\n
" // NOTE:class=mw-jump is for backward compatibility - , "\n ~{jumpto}~{jumptonavigation}" + , "\n ~{jumpto}~{jumptonavigation}" , "\n ~{jumpto}~{jumptosearch}" , "\n
" // NOTE: is for backward compatibility; current MW places right after jump-to-nav ), "jumpto", "jumptonavigation", "jumptosearch"); diff --git a/400_xowa/src/gplx/xowa/htmls/portal/Xow_portal_mgr_tst.java b/400_xowa/src/gplx/xowa/htmls/portal/Xow_portal_mgr_tst.java index 5cb4b3fcb..51a08a946 100644 --- a/400_xowa/src/gplx/xowa/htmls/portal/Xow_portal_mgr_tst.java +++ b/400_xowa/src/gplx/xowa/htmls/portal/Xow_portal_mgr_tst.java @@ -50,7 +50,7 @@ public class Xow_portal_mgr_tst { Gftest.Eq__ary__lines(String_.Concat_lines_nl ( "" , "
" - , " Jump to:navigation" + , " Jump to:navigation" , " Jump to:search" , "
" ), fxt.Portal_mgr().Div_jump_to());