diff --git a/dev/dev.html b/dev/dev.html
index 5b093d1..28cfe70 100644
--- a/dev/dev.html
+++ b/dev/dev.html
@@ -75,7 +75,7 @@
{{ option.title }}
- {{ `${option.author.firstName} ${option.author.lastName}` }}
+ {{ option.author.firstName + ' ' + option.author.lastName }}