Closed (fixed)
Project:
GCal Events
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Oct 2009 at 12:43 UTC
Updated:
15 Apr 2013 at 16:31 UTC
Hi,
I noticed a post on this issue, that it was fixed.
But i still have this problem. Somewhere there is a hard coded
Example:
17-10-2009 09:00 uur Haiming
Where do i change this??
Comments
Comment #1
paardje commentedWow,
Sorry
The break seems te be hardcoded on (in this example) line 175
Comment #2
stevenpatzwrap your example in code tags
You may post code using
...(generic) or...(highlighted PHP) tags.Comment #3
paardje commentedanyone reading this??
Comment #4
Se7enLC commentedNo BR tags are hard-coded into gcal_events - there are some BR tags in various templates, but those can all be modified. Try checking your Input Formats to make sure you don't have it set to automatically add BR tags between elements.
Comment #5
paardje commentedNo that doesn't do the trick:
Comment #6
CaptDan commentedI think I've spotted a hard-coded
<br>in gcal_events.module at line 744:$output_text = $output_text . $temp_event ."<br>";Would that be involved in this?
Comment #7
paardje commentedThanks!!
I changed that line, en it hs NO errors
Comment #8
jdwfly commentedFixed in latest 6.x-dev