X-Git-Url: http://git.nikiroo.be/?p=gofetch.git;a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Fgofetch%2Fsupport%2FTheRegister.java;h=7fb152400f11a641193e47ddd78d2287baef81fb;hp=5903eaa64a2b8512712eb623290deed4db244db5;hb=c9cffa913fe4ebc5cbe483cc5afe676e6cb54abd;hpb=6a4d14166b93ceb49db09053b9a4cb09703fdea2 diff --git a/src/be/nikiroo/gofetch/support/TheRegister.java b/src/be/nikiroo/gofetch/support/TheRegister.java index 5903eaa..7fb1524 100644 --- a/src/be/nikiroo/gofetch/support/TheRegister.java +++ b/src/be/nikiroo/gofetch/support/TheRegister.java @@ -85,6 +85,9 @@ public class TheRegister extends BasicSupport { details += StringUtils.unhtml(detailsElement.text()).trim(); } + // We have some "details" but no content, so we switch them: + body = details; + details = ""; list.add(new Story(getType(), id, title, author, date, categ, details, intUrl, extUrl, body)); }