Options

How to use " in my output?

Posted by tcp-me

Sorry for the newbie questions, but how do I print “ in my output? For example

when LB_FAILED {
HTTP::respond 200 content "<html><head><title>Apology
Page</title></head><body>We are sorry, but the site you are looking
for is temporarily out of service<br></body></html>"

But if I put in a link, it requires “ and the parser doesn't like it.

when LB_FAILED {
HTTP::respond 200 content "<html><head><title>Apology
Page</title></head><body>We are sorry, but the site you are looking
for is temporarily out of service. <a href="google.com">Go to Google for
a while.</a><br></body></html>"

Thanks...

Comments

Sign In or Register to comment.