Project

General

Profile

Actions

Bug #22480

closed

tsconfig htmlencode

Added by bobo no-lastname-given almost 14 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-04-18
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.1
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

I have config it TS setup:

  1. LOGO begin ########################
    ts_logo = TEXT
    ts_logo.value = <h1><a href="./"><span>test</span></a></h1>
  2. LOGO end ##########################

but it's shown in frontpage like this:

<h1><a href="./"><span>test</span></a></h1>

firebug code:
<h1><a href="./"><span>test</span></a></h1>

not html code "test".

(issue imported from #M14145)


Files

1.jpg (10.1 KB) 1.jpg Administrator Admin, 2010-04-18 04:59
Actions #1

Updated by Chris topher almost 14 years ago

I think this is some strange configuration issue...

I think you get help more quickly in the mailing list at
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Actions #2

Updated by Steffen Gebert almost 14 years ago

What's the output in the HTML? Is it the htmlspecialchars()ed text of ts_logo.value? That's not how it should be.

But as you also provide too few information, I change this to "Needs Feedback" and will close it in a few days. Please consult the mailing lists as adviced. Thanks!
Steffen

Actions #3

Updated by bobo no-lastname-given almost 14 years ago

...
stdWrap.htmlSpecialChars = 1
}
ACT < NO
ACT = 1
ACT.linkWrap = <li class="current">|  |</li>|*||*|<li class="current">|</li>
}
}
} #################################################

Yes ,i add htmlspecialchars=1.

I found the fileds "dataprot" in table "tx_templavoila_datastructure" have the code:
---------------------
<int>0</int>
<HSC>0</HSC>
---------------------
If I delete the code "
<int>0</int>
<HSC>0</HSC>"
Problem solved. Or the menu will be shown with not "HTML" code. ss Annex "1.jpg".

Actions #4

Updated by Steffen Gebert almost 14 years ago

Okay.. you didn't mention that you're using Templavoilá and use this code inside a DS.
Please be more explicit in your bug reports and consider consulting mailing lists first.

Thanks
Steffen

Actions #5

Updated by Steffen Gebert almost 14 years ago

Please close

Actions #6

Updated by bobo no-lastname-given almost 14 years ago

ok. Thank you very much.

Actions #7

Updated by Tolleiv Nietsch over 12 years ago

  • Status changed from Needs Feedback to Closed
  • Target version deleted (0)
  • TYPO3 Version set to 4.1
Actions

Also available in: Atom PDF