Blank space character on the end of header and date

Did you find a bug in Joomla! 3.x but aren't sure? This forum is the place to help figure out if the problem is a bug and how to report it. If you are an experienced Joomla! user and are certain that you have found a bug please use the Bug Tracker to submit your issue.
This forum is for discussion about bugs and to get help with reporting them to the Bug Tracker: https://issues.joomla.org

Moderator: ooffick

Forum rules
Please use the official Bug Tracker to report a bug: https://issues.joomla.org
Locked
srab
Joomla! Apprentice
Joomla! Apprentice
Posts: 20
Joined: Wed Nov 15, 2006 1:47 pm

Blank space character on the end of header and date

Post by srab » Thu Nov 30, 2017 5:57 am

Hi, I found "bug" that is doing one blank space character on header and dates in Joomla!. So you are not able to center headers properly, because of that blank space character on the end.

for example: com_content/views/featured/tmpl/default.php, line 23
in this code below is space character after ...page_heading')); ?>

Code: Select all

		<h1>
	<?php echo $this->escape($this->params->get('page_heading')); ?> 
	</h1>

When you delete the spaces like this, everything is fine.

Code: Select all

<h1><?php echo $this->escape($this->params->get('page_heading')); ?></h1>
You do not have the required permissions to view the files attached to this post.

User avatar
Per Yngve Berg
Joomla! Master
Joomla! Master
Posts: 30890
Joined: Mon Oct 27, 2008 9:27 pm
Location: Romerike, Norway

Re: Blank space character on the end of header and date

Post by Per Yngve Berg » Thu Nov 30, 2017 10:29 am

Have you reported it to the Bug Tracker?

https://issues.joomla.org


Locked

Return to “Joomla! 3.x Bug Reporting”