(hopefully) fix newline in lists when pasting links

This commit is contained in:
Pierre Bondoerffer
2017-08-08 17:47:10 +02:00
parent 6ca6755d02
commit ca686f9c92
6 changed files with 11 additions and 11 deletions

View File

@@ -291,7 +291,7 @@ define(function () {
out.blog = "Blog";
out.initialState = [
'<span style="font-size:18px;"><p>',
'<p>',
'Esto es&nbsp;<strong>CryptPad</strong>, el editor colaborativo en tiempo real Zero Knowledge. Todo está guardado cuando escribes.',
'<br>',
'Comparte el enlace a este pad para editar con amigos o utiliza el botón <span class="fa fa-share-alt" style="border: 1px solid black;color:#000;">&nbsp;Compartir&nbsp;</span> para obtener un <em>enlace sólo lectura</em>&nbsp;que permite leer pero no escribir.',
@@ -299,7 +299,7 @@ define(function () {
'<p><em>',
'Vamos, empieza a escribir...',
'</em></p></span>',
'</em></p>',
'<p>&nbsp;<br></p>'
].join('');