Changeset 14124

Show
Ignore:
Timestamp:
06/04/12 11:54:17 (1 year ago)
Author:
GameGamer43
Message:

closes #5867 - fix invalid link

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.10/iaxsettings/page.iaxsettings.php

    r13091 r14124  
    185185    $codec_trans = _($codec); 
    186186    $codec_checked = $codec_state ? 'checked' : ''; 
    187   echo '<li><a href="a">' 
     187  echo '<li><a href="#">' 
    188188    . '<img src="assets/'.$dispnum.'/images/arrow_up_down.png" height="16" width="16" border="0" alt="move" style="float:none; margin-left:-6px; margin-bottom:-3px;cursor:move" /> ' 
    189189    . '<input type="checkbox" '