Small fixes in different places
[gofetch.git] / src / be / nikiroo / gofetch / support / TheRegister.java
index 5903eaa64a2b8512712eb623290deed4db244db5..7fb152400f11a641193e47ddd78d2287baef81fb 100644 (file)
@@ -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));
                }