Home
The Toolkit for Online Communities
15889 Community Members, 0 members online, 1813 visitors today
Log In Register

Forum OpenACS Q&A: Re: Copenhagen - noquote and csrf

OpenACS Home : Forums : OpenACS Q&A : Re: Copenhagen - noquote and csrf : One Message

+
Posted by Tilmann Singer on
As far as I know, it means that by default any text being displayed on a html page is automatically html quoted. So when you have a 'less than' sign in your tcl string, it will automatically be converted into the appropriate html entitiy in the adp page. This default quoting can be explicitely switched off for individual strings if required. 'noquote' is a bit of a misnomer, it should propably be 'quotebydefault' or something like that.