Plugin Directory

Changeset 527013


Ignore:
Timestamp:
04/04/2012 02:49:21 AM (14 years ago)
Author:
vinmatrix
Message:

fixed a bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-vm-testimonials-plus/trunk/widget.php

    r519444 r527013  
    2626$vm_tm_loop_item = $vm_tm_loop[$k];
    2727?>
    28 <div id="vm_tm_innerdiv<?=$vm_tm_loop_item['id']?>" style="width:240px;">
     28<div id="vm_tm_innerdiv<?=$vm_tm_loop_item['id']?>" style="width:<?=$vm_widget_width?>px !important;"">
    2929<div >
    3030<?php echo $vm_tm_loop_item['message']; ?>
Note: See TracChangeset for help on using the changeset viewer.