Line 195: | Line 195: | ||
// The function to write profile | // The function to write profile | ||
function write_profile(index){ | function write_profile(index){ | ||
− | var out = '<table | + | var out = '<table rules="none">' |
+ '<tr><td class="profile_header">Name:</td><td>' + profiles[index][0] + '</td></tr>' | + '<tr><td class="profile_header">Name:</td><td>' + profiles[index][0] + '</td></tr>' | ||
+ '<tr><td class="profile_header">School:</td><td>' + profiles[index][1] + '</td></tr>' | + '<tr><td class="profile_header">School:</td><td>' + profiles[index][1] + '</td></tr>' |
Revision as of 07:37, 18 August 2016