We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 752b823 + 9be39c6 commit bb6619dCopy full SHA for bb6619d
src/main/java/net/sf/jabref/imports/DBLPHelper.java
@@ -66,7 +66,7 @@ public String cleanDBLPQuery(String query) {
66
*/
67
public List<BibtexEntry> getBibTexFromPage(final String page) {
68
final List<BibtexEntry> bibtexList = new ArrayList<BibtexEntry>();
69
- final String startPattern = "<pre>";
+ final String startPattern = "<pre class=\"verbatim select-on-click\">";
70
final String endPattern = "</pre>";
71
72
String tmpStr = page;
0 commit comments