Changeset 30 for trunk/index.php


Ignore:
Timestamp:
Dec 30, 2018, 10:18:54 AM (5 years ago)
Author:
chronos
Message:
  • Fixed: Wrong link parsing for seznamka.cz items.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r29 r30  
    210210      '<input value="'.$_SESSION['vekdo'].'" onkeyup="'.
    211211      'if(event.keyCode!=9) upf(\'vekdo\',$(this).val(),(event.keyCode==13?0:1));" '.
    212       'id="vekdo" autocomplete="off" type="text">'.
     212      'id="vekdo" autocomplete="off" type="text"/>'.
    213213      '<div class="label-box">let</div>'.
    214214      '</div> ';
     
    401401      '</head><body>';
    402402    $Output .= $Content;
    403     $Output .= '<br/><div class="footer">Kontakt: <a href="mailto:'.$Config['Contact'].'">'.$Config['Contact'].'</a> '.
     403    $Output .= '<div></div><div class="footer">Kontakt: <a href="mailto:'.$Config['Contact'].'">'.$Config['Contact'].'</a> '.
    404404       '<a href="https://app.zdechov.net/tanec/">Zdrojový kód</a></div>';
    405405    $Output .= '</body></html>';
Note: See TracChangeset for help on using the changeset viewer.