From bugzilla-daemon@bugs.koha-community.org Wed Mar 20 17:34:06 2019
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject:
[Koha-bugs] [Bug 22551] New: Stray "//" appears at bottom of opac-detail.tt
Date: Wed, 20 Mar 2019 16:33:36 +0000
Message-ID:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3091897931963119012=="
--===============3091897931963119012==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D22551
Bug ID: 22551
Summary: Stray "//" appears at bottom of opac-detail.tt
Change sponsored?: ---
Product: Koha
Version: 18.11
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: OPAC
Assignee: oleonard@myacpl.org
Reporter: ephetteplace@cca.edu
QA Contact: testopia@bugs.koha-community.org
Target Milestone: ---
Created attachment 86822
-->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=3D86822&action=3D=
edit
screenshot of stray characters
In the "SocialNetworks" JavaScript area of the OPAC display, there's this code
(currently lines 1390-1393 of opac-detail.tt):
//
It seems like an opening
However, right now it's only effect is the stray "//"=E2=80=94the JS code is =
commented
out and even if it wasn't I don't think declaring {"lang": "en-US"} as an
object literal unassigned to any variable has any effect.
I can make a patch for this shortly.
--=20
You are receiving this mail because:
You are watching all bug changes.
--===============3091897931963119012==--
From bugzilla-daemon@bugs.koha-community.org Wed Mar 20 17:34:35 2019
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject:
[Koha-bugs] [Bug 22551] Stray "//" appears at bottom of opac-detail.tt
Date: Wed, 20 Mar 2019 16:34:33 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5710560196773890333=="
--===============5710560196773890333==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22551
Eric Phetteplace changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|oleonard@myacpl.org |ephetteplace@cca.edu
Patch complexity|--- |Trivial patch
CC| |ephetteplace@cca.edu
--
You are receiving this mail because:
You are watching all bug changes.
--===============5710560196773890333==--
From bugzilla-daemon@bugs.koha-community.org Wed Mar 20 18:05:21 2019
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject:
[Koha-bugs] [Bug 22551] Stray "//" appears at bottom of opac-detail.tt
Date: Wed, 20 Mar 2019 17:05:19 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4327457811172140928=="
--===============4327457811172140928==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22551
--- Comment #1 from Eric Phetteplace ---
Created attachment 86824
-->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=86824&action=edit
patch
--
You are receiving this mail because:
You are watching all bug changes.
--===============4327457811172140928==--
From bugzilla-daemon@bugs.koha-community.org Wed Mar 20 18:05:51 2019
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject:
[Koha-bugs] [Bug 22551] Stray "//" appears at bottom of opac-detail.tt
Date: Wed, 20 Mar 2019 17:05:45 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7226661709514060714=="
--===============7226661709514060714==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22551
Eric Phetteplace changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |Needs Signoff
--
You are receiving this mail because:
You are watching all bug changes.
--===============7226661709514060714==--
From bugzilla-daemon@bugs.koha-community.org Sat Apr 6 17:21:56 2019
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject:
[Koha-bugs] [Bug 22551] Stray "//" appears at bottom of opac-detail.tt
Date: Sat, 06 Apr 2019 15:21:26 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0038162406543621564=="
--===============0038162406543621564==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22551
Katrin Fischer changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |katrin.fischer@bsz-bw.de
Severity|enhancement |normal
--
You are receiving this mail because:
You are watching all bug changes.
--===============0038162406543621564==--
From bugzilla-daemon@bugs.koha-community.org Mon Apr 8 15:07:42 2019
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject:
[Koha-bugs] [Bug 22551] Stray "//" appears at bottom of opac-detail.tt
Date: Mon, 08 Apr 2019 13:07:39 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4462249794117819729=="
--===============4462249794117819729==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D22551
Owen Leonard changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|Needs Signoff |Failed QA
--- Comment #2 from Owen Leonard ---
I think you're right to identify that section as obsolete, but I don't think
that's what's causing the problem. There is a stray "//]]>" further down in t=
he
template. A "//
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7744695483782988401=="
--===============7744695483782988401==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D22551
--- Comment #3 from Eric Phetteplace ---
I do see that other stray "//]]>" around line 1720 of opac-detail.tt but it is
not what's causing the text to display=E2=80=94inspect an opac-detail page in=
your web
browser, the segment I removed (just above an orphaned closing tag
and the Twitter script) falls outside any tag and the Twitter script) falls outside any