Changeset 121


Ignore:
Timestamp:
03/29/2009 09:33:19 PM (3 years ago)
Author:
amir
Message:

w3c validation - minor changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WordPress/plugin/transposh/transposh_widget.php

    r118 r121  
    182182        if($is_translator && strpos($editable_langs, $lang) !== FALSE) 
    183183        { 
    184             echo "<input type=\"checkbox\" name=\"" . EDIT_PARAM . "\" value=\"1\"" . 
    185                 ($is_edit ? "checked=\"1\"" : "") . 
     184            echo "<input type=\"checkbox\" name=\"" . EDIT_PARAM . "\" value=\"1\" " . 
     185                ($is_edit ? "checked=\"checked\"" : "") . 
    186186                " onclick=\"this.form.submit();\"/>&nbsp;Edit Translation"; 
    187187        } 
Note: See TracChangeset for help on using the changeset viewer.