Menu

#3 Problem with using " in qoute field

perl/cgi
open-accepted
0.3 (3)
3
2004-09-22
2004-06-22
No

The caption of a quote is enclosed by " ",
value="QuoteQuoteQuoteQuote".

Using " in the qoute will cut off the quote after ".
This may cause a problem with <a href". Now you must
use ' instead of " in a <a href".

value="- <a href="http://www.fsf.org/">FSF</a>"
-must be changed to
value="- <a href='http://www.fsf.org/'>FSF</a>"

If you use <a href=" instead of <a href=' the quote
above will be saved as - <a href= instead of - <a
href='http://www.fsf.org/'>FSF</a>.

Discussion

  • Robert Christenson

    • priority: 5 --> 3
     
  • Johan Lindberg

    Johan Lindberg - 2004-08-09
    • milestone: --> perl/cgi
     
  • Johan Lindberg

    Johan Lindberg - 2004-08-14
    • assigned_to: nobody --> johanlindberg
    • status: open --> open-accepted
     
  • Johan Lindberg

    Johan Lindberg - 2004-09-22
    • labels: --> 0.3
     

Log in to post a comment.