Dotclear

Changeset 804


Ignore:
Timestamp:
02/23/09 17:34:23 (15 years ago)
Author:
hadrien
Message:

fix insertion image en mode xhtml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/pixearch/js/post.js

    r656 r804  
    3535          var d = this.data; 
    3636           
    37           var res = '<div class="externalPicture"'; 
     37          var res = '<div class="pixearch"'; 
    3838           
    3939          if (d.pixearchAlign == 'left') 
     
    5151          res += '>\n'; 
    5252           
    53           if (d.pixearch_insert != 0) 
     53          if (d.pixearchInsert != 0) 
    5454          { 
    55                res += '<a href="' + d.pixearch_insert + '">'; 
     55               res += '<a href="' + d.pixearchInsert + '">'; 
    5656          } 
    5757          res += '<img src="' + d.pixearchUri+'" class="pixearchImg" alt="' + d.pixearchTitle + '" />'; 
    58           if (d.pixearch_insert != 0) 
     58          if (d.pixearchInsert != 0) 
    5959          { 
    6060               res += '</a>'; 
     
    6262           
    6363          res += '\n</div>\n'; 
    64       
     64           
    6565          return res; 
    6666     }, 
Note: See TracChangeset for help on using the changeset viewer.

Sites map