diff options
Diffstat (limited to 'cgi/templates/txt_error.html')
-rw-r--r-- | cgi/templates/txt_error.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/cgi/templates/txt_error.html b/cgi/templates/txt_error.html index 8a16a63..d8ae7cd 100644 --- a/cgi/templates/txt_error.html +++ b/cgi/templates/txt_error.html @@ -20,7 +20,8 @@ ul {padding-left:40px;} <body> <div class="h err">ERROR: #{error}</div> <blockquote> - Host <b>${info['host']}</b><br> + Host <b>${info['host']}</b> + <br> <blockquote> Nombre: <b>${info['name']}</b><br> E-mail: ${info['email']}<br> @@ -39,9 +40,10 @@ ul {padding-left:40px;} [<a href="#{boards_url}#{board}">Ir a la sección</a>]<br /> [<a href="#{cgi_url}threadlist/#{board}">Ir a la lista de hilos</a>]<br /> </b> - </ul><br> - <div class="h sub2">Contacto</div> - <ul style="line-height:1.5;"> + </ul> + <br> + <div class="h sub2">Contacto</div> + <ul style="line-height:1.5;"> Cualquier problema con el sitio por favor hacerlo llegar al staff de BaI.<br /> Para ello contáctanos en la <a href="/bai/">sección de discusión</a>. </ul> |