From 83c447c64b6339b9b2b98e3e35d22d2ef95ea611 Mon Sep 17 00:00:00 2001 From: cel Date: Sat, 6 May 2017 20:27:38 -1000 Subject: Add fallback image sizes --- lib/serve.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/serve.js') diff --git a/lib/serve.js b/lib/serve.js index 183c8c3..8e63ff5 100644 --- a/lib/serve.js +++ b/lib/serve.js @@ -1384,7 +1384,7 @@ Serve.prototype.composer = function (opts, cb) { h('code', '@' + mention.name), ': ', h('input', {name: 'mention_name', type: 'hidden', value: mention.name}), - h('input.id-input', {name: 'mention_id', + h('input.id-input', {name: 'mention_id', size: 60, value: mention.id, placeholder: 'id'})) })) ] : '', -- cgit v1.2.3