You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2019. It is now read-only.
I have a custom podcast solution setup with an embedded player. The player markup includes a title and looks more or less like this (there is additional markup but this is the relevant part)
<divclass="player"><divclass="player-image"><imgsrc="" alt=""></div><divclass="player-controls"><divclass="audio-title">
Title<small>Author Name</small></div><!-- player shortcode --></div></div>
It ends up grabbing the title inside .audio-title and inserting into the post title, which has this markup
I have a custom podcast solution setup with an embedded player. The player markup includes a title and looks more or less like this (there is additional markup but this is the relevant part)
It ends up grabbing the title inside
.audio-title
and inserting into the post title, which has this markupWhen logged in and the front end editor is enabled, the resulting title ends up being
and the player ends up being altered like
I can change my player HTML but it appears this is a bug in the scan title functionality which will probably cause other conflicts.
The text was updated successfully, but these errors were encountered: