Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Apr 2009 at 11:43 UTC
Updated:
16 Mar 2010 at 21:36 UTC
When I was creating a view it always showed at the end of the page "// class view".
I found // class view at the end in views-view.tpl.php.
Deleted and uploaded the amended file. (upload has been renamed by drupal to views-view.tpl_.php.txt)
| Comment | File | Size | Author |
|---|---|---|---|
| views-view.tpl_.php.txt | 2.11 KB | a.kopetzky |
Comments
Comment #1
merlinofchaos commentedIf it's between <?php tags like that then it is correct, and it is a comment. It shouldn't end up in your output at all. Maybe there's a bug in your version of PHP?
What happens if you change it from
// class viewto
/* class view */Comment #2
esmerel commentedNo update after request for more info.