aboutsummaryrefslogtreecommitdiff
path: root/cgi/templates/txt_error.html
diff options
context:
space:
mode:
authorLibravatar junk 2021-03-28 07:51:40 -0300
committerLibravatar junk 2021-03-31 05:27:26 -0300
commitf7baf0c69606d49c6be86d3f27bc88d9d58cd4ba (patch)
treef0d72c1a497f73863078f1970e3ba692ffec860d /cgi/templates/txt_error.html
parentaa8a6056f4c3cd8c6663d1714782f972bcb87b8f (diff)
downloadweabot-f7baf0c69606d49c6be86d3f27bc88d9d58cd4ba.tar.gz
weabot-f7baf0c69606d49c6be86d3f27bc88d9d58cd4ba.tar.xz
weabot-f7baf0c69606d49c6be86d3f27bc88d9d58cd4ba.zip
Mejor forma de ocultar posts
Diffstat (limited to 'cgi/templates/txt_error.html')
-rw-r--r--cgi/templates/txt_error.html10
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>