From 1b63ea5d2f389f6b29583539e521416d192cc3b5 Mon Sep 17 00:00:00 2001
From: runemaster <>
Date: Mon, 6 Dec 2004 16:22:39 +0000
Subject: [PATCH] Bring layout inline with other changes.

---
 web/templates/msgs/msg.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/web/templates/msgs/msg.inc b/web/templates/msgs/msg.inc
index 70a558fa1a..636e2498dd 100644
--- a/web/templates/msgs/msg.inc
+++ b/web/templates/msgs/msg.inc
@@ -2,13 +2,13 @@
 <a class="navigation" href="msgs.ssjs?msg_grp=^^group:number^^&amp;msg_sub=^^sub:code^^">%%sub:description%%</a>
 <a class="navigation" href="subinfo.ssjs?msg_grp=^^group:number^^&amp;msg_sub=^^sub:code^^">[?]</a><br /></p>
 <table class="msg" border="0" width="95%">
-<tr>
+<tr class="msg">
     <td class="msgheader" nowrap="nowrap">Subject:</td>
     <td nowrap="nowrap">%%hdr:subject%%</td>
     <td class="msgheader" nowrap="nowrap">To:</td>
     <td nowrap="nowrap">%%hdr:to%%</td>
 </tr>
-<tr>
+<tr class="msg">
     <td class="msgheader" nowrap="nowrap">From:</td>
     <td nowrap="nowrap">%%hdr:from%%</td>
     <td class="msgheader" nowrap="nowrap">Date:</td>
-- 
GitLab