diff --git a/kallithea/public/js/base.js b/kallithea/public/js/base.js
--- a/kallithea/public/js/base.js
+++ b/kallithea/public/js/base.js
@@ -1274,6 +1274,7 @@ var addReviewMember = function(id,fname,
var element = (
'
\n'+
' \n'+
+ ' \n'+
' \n'+
' \n'+
' \n'+
@@ -1281,7 +1282,6 @@ var addReviewMember = function(id,fname,
' {0}\n' :
'')+
' {1}\n'+
- ' \n'+
' \n'+
' \n'+
' (add not saved)\n'+
diff --git a/kallithea/templates/pullrequests/pullrequest_show.html b/kallithea/templates/pullrequests/pullrequest_show.html
--- a/kallithea/templates/pullrequests/pullrequest_show.html
+++ b/kallithea/templates/pullrequests/pullrequest_show.html
@@ -217,6 +217,7 @@ ${self.repo_context_bar('showpullrequest
## If you change something here it should be reflected in the template too.
+
@@ -227,7 +228,6 @@ ${self.repo_context_bar('showpullrequest
(${_('Owner')})
%endif
-
%if editable: