1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2024-10-27 20:34:16 +00:00

Bookmarks: Fix Bookmarks not loading (more)

This commit is contained in:
gnosygnu 2016-10-26 11:06:29 -04:00
parent c8e9a3d60f
commit 76e2750b5c

View File

@ -33,6 +33,5 @@ public class Xows_bmk_page implements Xow_special_page {
Xopage_html_data page_data = new Xopage_html_data(this.Special__meta().Display_ttl(), bfr.To_bry_and_rls());
page_data.Apply(page);
}
public Xow_special_page Special__clone() {return this;}
}