Home arrow Support arrow Forums
LimeSurvey Forums
Welcome, Guest
Please Login or Register.    Lost Password?
Re:greater and lesser sign (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Re:greater and lesser sign
#16117
wizardofoz (User)
Fresh Lemon
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
[done] greater and lesser sign 4 Months, 1 Week ago Karma: 0  
Hi,

I like to use a list with optionsfield. The question should look like this:
Code:


How many times a day do you drink coffee?

O < 1
O < 3
O >= 3


The lesser and greater sign disappear after saving. So I use the HTML entity &gt; and &lt;, but only the &gt; works.

Anyone a clue?


Thanks in advance,

Danny
 
Logged Logged  
 
Last Edit: 2008/07/21 12:52 By Mazi.
  The administrator has disabled public write access.
#16122
ElMatador69 (Moderator)
LimeSurvey Team
Posts: 1577
graphgraph
User Offline Click here to see the profile of this user
Re:greater and lesser sign 4 Months, 1 Week ago Karma: 31  
 
Logged Logged  
 
Get in touch with the LimeSurvey Development Team via IRC
If our informations and answers were useful to you, please consider a donation to the LimeSurvey Project!
  The administrator has disabled public write access.
#16135
Mazi (Moderator)
Moderator Lime
Posts: 3252
graph
User Offline Click here to see the profile of this user
Re:greater and lesser sign 4 Months, 1 Week ago Karma: 25  
Can this be connected to the use of the XSS filter (see config-defaults.php)?
 
Logged Logged  
 
Best regards,
Mazi
______________________
Need help? I can: set up Limesurvey for you / create your survey / implement additional features / design your template / offer premium support -> Contact.
  The administrator has disabled public write access.
#16212
wizardofoz (User)
Fresh Lemon
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Re:greater and lesser sign 4 Months, 1 Week ago Karma: 0  
Hi,

for the meantime I discovered a workaround. Instead of using < or >, use these HTML Entities:
Code:


&lsaquo; for < 
and 
&rsaquo; for >


There are not right lesser or greater signs, but very close to them.
 
Logged Logged  
  The administrator has disabled public write access.
#16213
dan20 (User)
LimeSurvey Team
Posts: 44
graphgraph
User Offline Click here to see the profile of this user
Re:greater and lesser sign 4 Months, 1 Week ago Karma: 1  
Hmm.. I had the same problem, but when I inserted the signs directly in the database, it worked.
 
Logged Logged  
 
Last Edit: 2008/07/17 10:55 By dan20.
  The administrator has disabled public write access.
#16399
Mazi (Moderator)
Moderator Lime
Posts: 3252
graph
User Offline Click here to see the profile of this user
Re:greater and lesser sign 4 Months ago Karma: 25  
etnies20 wrote:
Hmm.. I had the same problem, but when I inserted the signs directly in the database, it worked.
That's for professionals only

Better use the HTML entities.
 
Logged Logged  
 
Best regards,
Mazi
______________________
Need help? I can: set up Limesurvey for you / create your survey / implement additional features / design your template / offer premium support -> Contact.
  The administrator has disabled public write access.
Go to top