From f751b26ed05258ff50f6d5c4050310896e4c935d Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Thu, 9 Dec 2004 07:46:26 +0000
Subject: [PATCH] Don't HTML-encode taglines (which may contain expanded Ctrl-A
 codes).

---
 web/templates/msgs/subinfo.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/templates/msgs/subinfo.inc b/web/templates/msgs/subinfo.inc
index cc8dd59f9e..39fcf8c676 100644
--- a/web/templates/msgs/subinfo.inc
+++ b/web/templates/msgs/subinfo.inc
@@ -84,7 +84,7 @@
 	  Tagline/Origin:
 	</td>
     <td>
-	  %%tagline%%
+	  @@tagline@@
 	</td>
   </tr>
 </table>
-- 
GitLab