diff --git a/tpl/css.tpl b/tpl/css.tpl index ed9313c..2db58fc 100644 --- a/tpl/css.tpl +++ b/tpl/css.tpl @@ -106,3 +106,4 @@ input, select { #debug { display: none; } #ready { } #friendurl { } +#data { font-size: 12px; margin: 12px; } diff --git a/tpl/footer.tpl b/tpl/footer.tpl index dbc2d57..ec40e7a 100644 --- a/tpl/footer.tpl +++ b/tpl/footer.tpl @@ -12,4 +12,4 @@ r.send(null); } check(); -{endif} +{endif}{if:data}
data
{endif}