diff --git a/cmd/client/web/index.html b/cmd/client/web/index.html index c25e806..930e7bc 100644 --- a/cmd/client/web/index.html +++ b/cmd/client/web/index.html @@ -414,9 +414,9 @@ function showSprueche() { const txt = q.text.replace(/&/g,'&').replace(//g,'>'); const ctx = q.ctx ? q.ctx.replace(/&/g,'&').replace(//g,'>') : ''; const auth = q.author.replace(/&/g,'&'); - return '
' + txt + '
' - + (ctx ? '' + ctx + '
' : '') + + (ctx ? '' + ctx + '
' : '') + '— ' + auth + '
' + '