1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

Parser.Lnke: Handle xwiki links to history pages

This commit is contained in:
gnosygnu
2016-11-24 22:16:39 -05:00
parent 468b9b6ed5
commit e0ee9a952d
4 changed files with 18 additions and 6 deletions

View File

@@ -70,6 +70,9 @@ public class Xoh_href_parser {
}
}
rv.Page_bry_(tmp_page);
if (tmp_page == null) { // handle xwiki lnke's to history page else null ref; EX:[http://ru.wikipedia.org/w/index.php?title&diff=19103464&oldid=18910980 ???????]; PAGE:ru.w:Project:??????_??_??????_??????/?????/?????????????/2009 DATE:2016-11-24
rv.Tid_(Xoa_url_.Tid_inet);
}
break;
}
}