projlist.cgi: correct prematurely interpreted \
commit9f71d9b301eed097ba652a79b75d4e90ff8fbdc8
authorKyle J. McKay <mackyle@gmail.com>
Sun, 28 Jul 2013 16:20:03 +0000 (28 09:20 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 28 Jul 2013 16:20:03 +0000 (28 09:20 -0700)
tree9e21e7ee6175da739f294be7cebb0a3dea7cff07
parenta196c8d2176b64687a2cea2cb6371f79865c188b
projlist.cgi: correct prematurely interpreted \

In b46913a5 the "content:" value was changed to use a \
but was in a here document using <<EOT resulting in it
being interpreted in the here document rather than being
picked up as-is.

Change the <<EOT to <<'EOT' to avoid premature interpretation.
cgi/projlist.cgi