Revision: 22499
http://sourceforge.net/p/bibdesk/svn/22499
Author: hofman
Date: 2018-08-17 11:51:31 +0000 (Fri, 17 Aug 2018)
Log Message:
-----------
insert missing else
Modified Paths:
--------------
trunk/bibdesk/BDSKArxivParser.m
Modified: trunk/bibdesk/BDSKArxivParser.m
===================================================================
--- trunk/bibdesk/BDSKArxivParser.m 2018-08-17 06:30:41 UTC (rev 22498)
+++ trunk/bibdesk/BDSKArxivParser.m 2018-08-17 11:51:31 UTC (rev 22499)
@@ -58,7 +58,7 @@
containsArxivLinkNode =
@"./body/div[@id='content']/div[@id='abs']/div[@class='leftcolumn']/div[@class='metatable']/table//td[@class='tablecell
arxivid']";
else if ([url hasFirstPathComponent:@"search"])
containsArxivLinkNode =
@"./body//ol[@class='breathe-horizontal']/li[@class='arxiv-result']";
- if ([url hasFirstPathComponent:@"list"])
+ else if ([url hasFirstPathComponent:@"list"])
containsArxivLinkNode =
@"./body/div[@id='content']/div/dl/dt/span[@class='list-identifier']";
else
return NO;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit