4,114
edits
No edit summary |
No edit summary |
||
Line 26: | Line 26: | ||
// Update the fixed column content | // Update the fixed column content | ||
$('#article-title').html('<p style="font-weight: bold;">' + entryNumber + '</p>'); | |||
$('#article-content').html('<p>' + people + '</p><p>' + title + '</p><p>' + description + '</p><p>' + type + '</p>'); | |||
}); | }); | ||