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