Closed (fixed)
Project:
DraggableViews
Version:
6.x-3.2-beta5
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 May 2009 at 21:15 UTC
Updated:
20 Aug 2009 at 21:57 UTC
draggableviews-view-draggabletable.php.tpl has short PHP tags in it (<? /* code */ ?> instead of <?php /* code */ ?>). PHP is configured by default to ignore such tags, so the code within them will not be executed and is instead spit out to the browser on most PHP installations (including mine), resulting in some very funky HTML. This patch fixes that, as well as some funky line endings.
| Comment | File | Size | Author |
|---|---|---|---|
| no-short-tags.patch | 2.79 KB | Garrett Albright |
Comments
Comment #1
dboulet commentedI believe that this is already fixed in the dev release, see #426616: extra ">" characters showing up in tables.
Comment #2
sevi commented