Closed (fixed)
Project:
Barlow
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Dec 2008 at 11:39 UTC
Updated:
8 Mar 2010 at 04:10 UTC
Jump to comment: Most recent file
There is a small bug in the block.tpl.php - which only I only discover because I'm using IIS (don't ask) instead of Apache - but could cause problems for other servers too.
In the first list line the php interpreter is not called correctly:
<div class="block block-<? print $block->module?>" id="block-<?php print $block->module . "-" . $block->delta ?>">
Should be
<div class="block block-<?php print $block->module ?>" id="block-<?php print $block->module . "-" . $block->delta ?>">
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 349072.patch | 649 bytes | anarcat |
Comments
Comment #1
PinkChocobo commentedyes, I noticed in the HTML source:
Comment #2
anarcat commentedyup, simple enough fix attached.
Comment #3
anarcat commentedpatch committed