diff --git a/flickr/flickr.html b/flickr/flickr.html index 3aa8b6b7..5e26c692 100644 --- a/flickr/flickr.html +++ b/flickr/flickr.html @@ -38,7 +38,7 @@ } function updateFlickrScreenName(sn) { $("#node-config-input-username").val(sn); - $("#node-config-flickr-row").html(''+sn+''); + $("#node-config-flickr-row").html(''+sn+''); } function pollFlickrCredentials(e) { $.getJSON('credentials/flickr-credentials/'+flickrConfigNodeId,function(data) { @@ -116,7 +116,7 @@