diff --git a/realms/templates/wiki/history.html b/realms/templates/wiki/history.html
index 9ef194c..ff8747a 100644
--- a/realms/templates/wiki/history.html
+++ b/realms/templates/wiki/history.html
@@ -58,7 +58,11 @@
ordering: false,
bFilter: false,
columns: [
- { "data": "author" },
+ { "data": null,
+ "render": function(data) {
+ return ' ' + data.author
+ }
+ },
{ "data": "message" },
{ "data": "time",
"render": function (data) {