Changeset 875934
- Timestamp:
- 03/15/2014 03:54:24 PM (12 years ago)
- File:
-
- 1 edited
-
edge-suite/trunk/includes/edge-suite-comp.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
edge-suite/trunk/includes/edge-suite-comp.inc
r843378 r875934 278 278 279 279 // 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>'; 281 281 282 282 }
Note: See TracChangeset
for help on using the changeset viewer.