all new
This commit is contained in:
+2
-2
@@ -39,9 +39,9 @@ function renderArticle(feeds) {
|
||||
for (t = 0; t < items.length; t++) {
|
||||
placeholder +=
|
||||
'<div class="article">' +
|
||||
"<p>" +
|
||||
"<h2>" +
|
||||
items[t].title +
|
||||
"</p>" +
|
||||
"</h2>" +
|
||||
"<p>" +
|
||||
items[t].content +
|
||||
"</p>";
|
||||
|
||||
Reference in New Issue
Block a user