-
Notifications
You must be signed in to change notification settings - Fork 0
ForPrgramListing
Nonki Takahashi edited this page Apr 24, 2017
·
2 revisions
Define LT and AMP to avoid breaking program list around HTML tags and character references for Program Listing server.
CRLF = Text.GetCharacter(13) + Text.GetCharacter(10)
LT = "<"
AMP = "&"
buf = LT + "html>" + CRLF
buf = buf + LT + "body>" + CRLF
buf = buf + LT + "p>Copyright " + AMP + "copy; 2016 Nonki." + LT + "/p>" + CRLF
Copyright © 2017-2019 Nonki Takahashi.
This work is licensed under a Creative Commons Attribution 4.0 International License.