From 1b9639757985e528b80c956af45a82430962d99c Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Wed, 28 Feb 2007 04:21:25 +0000
Subject: [PATCH] Add in the body <pre></pre> tags

---
 web/root/sajax-forum/style-notes.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/web/root/sajax-forum/style-notes.txt b/web/root/sajax-forum/style-notes.txt
index 0a4bce8a7c..4a43f0106a 100644
--- a/web/root/sajax-forum/style-notes.txt
+++ b/web/root/sajax-forum/style-notes.txt
@@ -23,7 +23,9 @@ Here is an overall view of the content by class
 4+        <span class="post_date"></span>
 4+        <span class="reply_count">
 4+        <span class="newest_reply_date"></span>
-4+        <div class="message-body"></div>
+4+        <div class="message-body">
+5+         <pre></pre>
+4+        </div>
 4+        <div class="replies">
 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
 4+        </div>
@@ -39,6 +41,7 @@ xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
 2 == groups.xjs
 3 == subs.xjs
 4 == message_display.xjs
+5 == body.xjs
 x == potentially infinately nested messages.xjs
 + == This repeats multiple times for the one source
 
-- 
GitLab