liquid_feedback_frontend

changeset 496:c011136adbfe

Removed wrong closing div
author bsw
date Sat Mar 17 13:03:32 2012 +0100 (2012-03-17)
parents 37b12af64990
children d5935ef9b877
files app/main/_layout/default.html
line diff
     1.1 --- a/app/main/_layout/default.html	Sat Mar 17 13:00:25 2012 +0100
     1.2 +++ b/app/main/_layout/default.html	Sat Mar 17 13:03:32 2012 +0100
     1.3 @@ -76,13 +76,12 @@
     1.4      </div>
     1.5      <div class="layout_trace" id="layout_trace" style="xdisplay: none">
     1.6        <div id="trace_show" onclick="document.getElementById('trace_content').style.display='block';this.style.display='none';">TRACE</div>
     1.7 -        <div id="trace_content" style="display: none;">
     1.8 -            <tt id="system_error"><!-- WEBMCP SLOT system_error --></tt>
     1.9 -            <div id="trace">&nbsp;</div><hr />
    1.10 -            <!-- WEBMCP SLOT trace -->
    1.11 -          <div class="trace_close" onclick="document.getElementById('trace_show').style.display='block';document.getElementById('trace_content').style.display='none';">
    1.12 -            close
    1.13 -          </div>
    1.14 +      <div id="trace_content" style="display: none;">
    1.15 +        <tt id="system_error"><!-- WEBMCP SLOT system_error --></tt>
    1.16 +        <div id="trace">&nbsp;</div><hr />
    1.17 +        <!-- WEBMCP SLOT trace -->
    1.18 +        <div class="trace_close" onclick="document.getElementById('trace_show').style.display='block';document.getElementById('trace_content').style.display='none';">
    1.19 +          close
    1.20          </div>
    1.21        </div>
    1.22      </div>

Impressum / About Us