Added semicolon.

This commit is contained in:
Valera Rozuvan
2013-04-11 10:47:39 +03:00
committed by Vasyl Nakvasiuk
parent 96637e9ae7
commit 338c1541c0

View File

@@ -90,7 +90,7 @@ WordCloudMain.prototype = {
'style="display: block; width: 500px; height: auto; margin-left: auto; margin-right: auto;" ' +
'></div>'
);
el.append('<h3>Your words</h3>');
el.append('<h3>Your words:</h3>');
$.each(response.student_words, function (index, value) {
if (firstWord === false) {
firstWord = true;