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:

Haiminger Markttage

17-10-2009 09:00 uur Haiming


Kramppuslauf

Where do i change this??

Comments

paardje’s picture

Wow,

Sorry

169.<h2>Calendar Ötztal</h2>
170.
171.<div class="content">
172.<h2>Haiminger Markttage</h2>
173.<p>17-10-2009 09:00 uur<br />
174.Haiming</p>
175.<p><br><br />
176.<h2>Kramppuslauf</h2>

The break seems te be hardcoded on (in this example) line 175

stevenpatz’s picture

wrap your example in code tags

You may post code using ... (generic) or ... (highlighted PHP) tags.

paardje’s picture

anyone reading this??

Se7enLC’s picture

No 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.

paardje’s picture

No that doesn't do the trick:

<h2>&quot;Wenn die Musi spielt&quot; - Open air folk music concert</h2>

<p>24-07-2010 10:00<br />
Bad Kleinkirchheim</p>
<p><br></p>

CaptDan’s picture

I 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?

paardje’s picture

Thanks!!

I changed that line, en it hs NO errors

jdwfly’s picture

Status: Active » Closed (fixed)

Fixed in latest 6.x-dev