Archived and Closed
This conversation is no longer open for comments or replies and is no longer visible to community members. The community moderator provided the following reason for archiving: Old thread
When you view the episodes of a series, for example this page:
http://www.imdb.com/title/tt0436992/e...
At the top, there is : "◄ Doctor Who"
If you double click it, to highlight it, it will highlight that entire text above.
It should just highlight the "Doctor Who" text and not the arrow, as no one would be interested in copying the title together with the arrow.
To do that, please change:
< div class="parent">
< h3 itemprop="name">
< span class="leftarrow">◄
With:
< div class="parent">
< spa n class="leftarrow">◄
< h3 itemprop="name">
(I broke the tags so that you may see it as text.
Seems that html is parsed too.)
Thank you ! :)
http://www.imdb.com/title/tt0436992/e...
At the top, there is : "◄ Doctor Who"
If you double click it, to highlight it, it will highlight that entire text above.
It should just highlight the "Doctor Who" text and not the arrow, as no one would be interested in copying the title together with the arrow.
To do that, please change:
< div class="parent">
< h3 itemprop="name">
< span class="leftarrow">◄
With:
< div class="parent">
< spa n class="leftarrow">◄
< h3 itemprop="name">
(I broke the tags so that you may see it as text.
Seems that html is parsed too.)
Thank you ! :)


