diff --git a/Languages/C++/Hangman.cpp b/Languages/C++/Hangman.cpp index 6cb4df6d..dc3643c2 100644 --- a/Languages/C++/Hangman.cpp +++ b/Languages/C++/Hangman.cpp @@ -25,19 +25,19 @@ int main() cout<<"Player's 1 turn.Player 1 needs to enter word-"; getline(cin,word); //Input String cout<>letter; letter=toupper(letter); // Convert into Upper case cout<>guess; - cout<" + usrObj.topscore + ""; //Add a table row to the HTML string. } } //Finish off the table htmlStr += ""; - + //Add the table to the page. + rankingDiv.innerHTML = htmlStr; } \ No newline at end of file diff --git a/Languages/Javascript/Dodgeball/loginregister.html b/Languages/Javascript/Dodgeball/loginregister.html index 571aa026..dfd5f5d9 100644 --- a/Languages/Javascript/Dodgeball/loginregister.html +++ b/Languages/Javascript/Dodgeball/loginregister.html @@ -63,10 +63,10 @@

Login