(hopefully) fix newline in lists when pasting links
This commit is contained in:
@@ -291,7 +291,7 @@ define(function () {
|
||||
out.blog = "Blog";
|
||||
|
||||
out.initialState = [
|
||||
'<span style="font-size:18px;"><p>',
|
||||
'<p>',
|
||||
'Esto es <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;"> Compartir </span> para obtener un <em>enlace sólo lectura</em> que permite leer pero no escribir.',
|
||||
@@ -299,7 +299,7 @@ define(function () {
|
||||
|
||||
'<p><em>',
|
||||
'Vamos, empieza a escribir...',
|
||||
'</em></p></span>',
|
||||
'</em></p>',
|
||||
'<p> <br></p>'
|
||||
].join('');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user