This is a result of a bad rebase, sorry folks: https://git.koha-community.org/gitweb/?p=koha.git;a=blobdiff;f=koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt;h=b49d4b6c787eb2b2bc3c0c4ff9d67213172caf73;hp=cca221a4e0177d9352d00962662c7f0b5532b7d0;hb=4fc799c765a5ee8d6d17e272d207d2c8c2f76843;hpb=8c19934323d39fa9abf3966804c84e84725976b3
Created attachment 163464 [details] [review] Bug 36359: [23.05.x] Fix bad rebase of opac-main.tt To test: 1. Add a OPAC news item 2. Go to the OPAC home page, view source, and copy that into an HTML validator. See errors. 3. APPLY PATCH 4. Try step 2 again, errors should be fixed.
Created attachment 163465 [details] [review] Bug 36359: [23.05.x] Fix bad rebase of opac-main.tt To test: 1. Add a OPAC news item 2. Go to the OPAC home page, view source, and copy that into an HTML validator. See errors. 3. APPLY PATCH 4. Try step 2 again, errors should be fixed. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Until this hits servers, a temporary workaround: $('#opac-main #rssnews-container').unwrap(); $('#opac-main #OpacMainUserBlock').insertAfter('#news'); $('#opac-main div.order-md-2').insertAfter('div.maincontent');
Backported to 23.05.x for upcoming 23.05.10