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.

CommentFileSizeAuthor
no-short-tags.patch2.79 KBGarrett Albright

Comments

dboulet’s picture

Status: Active » Closed (duplicate)

I believe that this is already fixed in the dev release, see #426616: extra ">" characters showing up in tables.

sevi’s picture

Status: Closed (duplicate) » Closed (fixed)