Commit 338c1541 by Valera Rozuvan Committed by Vasyl Nakvasiuk

Added semicolon.

parent 96637e9a
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment