diff --git a/root/author.tx b/root/author.tx
index a15564506d..a5c359265e 100644
--- a/root/author.tx
+++ b/root/author.tx
@@ -19,6 +19,7 @@
%% }
+
[% $author.city %][% if $author.city && $author.region { %], [% } %][% $author.region %]
%% }
diff --git a/root/static/less/author.less b/root/static/less/author.less
index 7eb227bbba..54a3e93a33 100644
--- a/root/static/less/author.less
+++ b/root/static/less/author.less
@@ -18,6 +18,10 @@
i {
padding-right: 5px;
}
+
+ img[src*="/static/images/flag/"] {
+ margin-right: 5px;
+ }
}
.author-pic {