Unverified Commit b188ac79 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

collapse.js: consistency with actual output

parent 36bc4b2d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ function dbf_show_moreinfo(trainElem, keep_old) {
				for (var key in moreinfo) {
					ibuf += '<li>' + moreinfo[key] + '</li>';
				}
				$('.moreinfo .mfooter').append('Meldungen: <ul>' + ibuf + '</ul>');
				$('.moreinfo .mfooter').append('Meldungen <ul>' + ibuf + '</ul>');
			}
			var routebuf = '';
			if (trainElem.data('routeprev') != '') {