Plugin Directory

Changeset 225212


Ignore:
Timestamp:
04/04/2010 01:02:56 PM (16 years ago)
Author:
nkuttler
Message:

markup improvement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • custom-avatars-for-comments/trunk/inc/frontend.php

    r225211 r225212  
    152152        if ( !empty( $deselectlink ) ) { ?>
    153153            <div class="comment-avatars-deselect-link">
    154                 <input type="radio" name="comment_avatar" value="0" onclick="comment_avatars_js_deselect_all();" /> <?php
     154                <input type="radio" name="comment_avatar" value="0" onclick="comment_avatars_js_deselect_all();" />
     155                <span> <?php
    155156                    echo $deselectlink ?>
     157                </span>
    156158            </div> <?php
    157159        }
Note: See TracChangeset for help on using the changeset viewer.