### Eclipse Workspace Patch 1.0
#P connect
Index: trunk/www/sites/all/modules/contribs/known_user_role/js/lastuser.js
===================================================================
--- trunk/www/sites/all/modules/contribs/known_user_role/js/lastuser.js	(revision 67)
+++ trunk/www/sites/all/modules/contribs/known_user_role/js/lastuser.js	(working copy)
@@ -14,8 +14,8 @@
 	// standard English alphabet can be displayed. Spaces aer rendered as a '+' and these need
 	// to be changed in the text too.
     var firstname = decodeURI(userdetails.split("%7C")[1]).replace('+', ' ');
-    $("strong.welcome").append(firstname);
-    $("strong.notyou").append("Not you?");
+    $("strong.welcome").replaceWith(firstname);
+    $("strong.notyou").replaceWith("Not you?");
   }
 }
 
