monperrus / bibtexbrowser

Beautiful publication lists with bibtex and PHP (standalone or in Wordpress)
http://www.monperrus.net/martin/bibtexbrowser/
84 stars 54 forks source link

Add CSS class to the div in "progressive enhancement" #46

Closed fph closed 8 years ago

fph commented 9 years ago

The code included by the javascript() function injects some html which creates a <pre class="purebibtex"> tag containing the bibtex entry and a <div> tag containing %% Bibtex entry URL: bibtexbrowser.php?BLAH.

I don't like to see the last line with the explicit URL and would like to hide it. Unfortunately, the <div> does not include a CSS class, so it is more complicated to match it. Please add a class.

Thanks!

fph commented 8 years ago

This was fixed by @lpirl in 613973a. Thanks!