Agenda layout bug

  • Roy Chappell
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
5 years 7 months ago #137202 by Roy Chappell
Agenda layout bug was created by Roy Chappell
Hi

You appear to have a layout bug in your Agenda display
Code:
<tr> <td class="eb-agenda-time">9.15</td> <td class="eb-agenda-activity"> <p class="eb-agenda-description"></p> <p>Registration</p> <p></p> </td> </tr>

In admin I entered 'Registration' in the description field, yet it is display outside <p class="eb-agenda-description"></p> and a extra <p></p> has been added.

thanks
Roy

Please Log in or Create an account to join the conversation.

More
5 years 7 months ago #137207 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Agenda layout bug
Hi Roy

Could you please change the code to:
Code:
<div class="eb-agenda-description"><?php echo $agenda->description; ?></div>

Then check to see if it works?

Tuan

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc