Plugin Directory

Changeset 875934


Ignore:
Timestamp:
03/15/2014 03:54:24 PM (12 years ago)
Author:
ti2m
Message:

Remove addition p wrapper tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • edge-suite/trunk/includes/edge-suite-comp.inc

    r843378 r875934  
    278278
    279279    // Put everything together.
    280     $stage = '<p><div id="' . $div_id . '" style="' . $height . $width . $styles . '" class="' . $definition->composition_id . '">' . $data_string .  '</div></p>';
     280    $stage = '<div id="' . $div_id . '" style="' . $height . $width . $styles . '" class="' . $definition->composition_id . '">' . $data_string .  '</div>';
    281281
    282282  }
Note: See TracChangeset for help on using the changeset viewer.