diff --git a/views/pages/modlog.pug b/views/pages/modlog.pug index f64a3c2d..cd643907 100644 --- a/views/pages/modlog.pug +++ b/views/pages/modlog.pug @@ -29,7 +29,7 @@ block content td if log.showLinks for postLink in log.postLinks - a(href=`/${board._id}/thread/${postLink.thread || postLink.postId}.html#${postLink.postId}`) >>#{postLink.postId} + a.quote(href=`/${board._id}/thread/${postLink.thread || postLink.postId}.html#${postLink.postId}`) >>#{postLink.postId} | else | #{log.postLinks.map(l => l.postId)}