Added trailing space after article.description
This commit is contained in:
parent
72623d228a
commit
18aa6228da
|
@ -69,7 +69,7 @@ public class NewsModel {
|
|||
return description;
|
||||
}
|
||||
public NewsModel setDescription(String description) {
|
||||
this.description = description;
|
||||
this.description = description+"\n\n";
|
||||
return this;
|
||||
}
|
||||
public Date getDate() {
|
||||
|
|
Loading…
Reference in New Issue