Flexicontent HTML5 Header Tag Error

More
12 years 7 months ago #30208 by iamrobert
category_category_html5

The html headers have an extra bracket:
com_flexicontent_v2.0_RC9_r1514
Code:
<h<?php echo $catTitleHeaderLevel; ?> class="cattitle"> <?php echo $this->escape($this->category->title); ?> </h><?php echo $catTitleHeaderLevel; ?>>

Should be:
Code:
<h<?php echo $catTitleHeaderLevel; ?> class="cattitle"> <?php echo $this->escape($this->category->title); ?> </h<?php echo $catTitleHeaderLevel; ?>>

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

More
12 years 7 months ago #30212 by ggppdk
Which template and which file?
line number ?

with a quick search, i did not find it


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

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

More
12 years 7 months ago #30216 by igcorreia
Probably the news ones in html5 no?

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

More
12 years 7 months ago #30238 by ggppdk
i searched did not find this:

</h><?php echo $catTitleHeaderLevel; ?>>


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

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

More
12 years 7 months ago #30305 by Rehne

iamrobert wrote: category_category_html5
The html headers have an extra bracket:



Hi,

iamrobert is right
sorry it was my fault
althought at the top of the files are following note
// Note:in Some editors like Dreamweaver will automatically set a closing tag > after </h when opening the document. So look for h> and replaced it with h ;)

as well

in all item_html5.php the following is wrong
Code:
</h><?php echo $itemTitleHeaderLevel; ?>> ... </h><?php echo $tabsHeaderLevel; ?>>
and should be replaced by (no more problems with the Note above ... therefore it can be remove )
Code:
<?php echo '</h'.$itemTitleHeaderLevel.'>'."\n"; ?> ... <?php echo '</h'.tabsHeaderLevel.'>'."\n"; ?>

in the category_category_html5.php the following is wrong
Code:
</h><?php echo $catTitleHeaderLevel; ?>>
and should be replaced by (no more problems with the Note above ... therefore it can be remove)
Code:
<?php echo '</h'.catTitleHeaderLevel.'>'."\n"; ?>

the search for it has worked for me only with h>

as attachments the corrected files based on svn r1531
so they can be easily changed :)

Regards
Attachments:

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

More
12 years 7 months ago #30314 by micker
Thanks for reporting

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]

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

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.396 seconds
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline
Save