diff options
author | lpsolit%gmail.com <> | 2008-01-17 07:50:40 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-01-17 07:50:40 +0100 |
commit | b45d242b128a3335160082468f569a1b34263565 (patch) | |
tree | ab072e7e36a987f302ace7bad8efe428e30d9f43 /docs | |
parent | 8a21d9a51812c1f0b699a007703c1b2e928a08a2 (diff) | |
download | bugzilla-b45d242b128a3335160082468f569a1b34263565.tar.gz bugzilla-b45d242b128a3335160082468f569a1b34263565.tar.xz |
Documentation for bug 11901: Change Bugzilla comments line-wrapping policy - Patch by Sam Folk-Williams <sam.folkwilliams@gmail.com> r=mkanat
Diffstat (limited to 'docs')
-rw-r--r-- | docs/xml/using.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/xml/using.xml b/docs/xml/using.xml index fa7d808f8..7d32d0d83 100644 --- a/docs/xml/using.xml +++ b/docs/xml/using.xml @@ -1020,6 +1020,15 @@ </para> </section> + <section id="comment-wrapping"> + <title>Server-Side Comment Wrapping</title> + <para> + Bugzilla stores comments unwrapped and wraps them at display time. This + ensures proper wrapping in all browsers. Lines beginning with the ">" + character are assumed to be quotes, and are not wrapped. + </para> + </section> + <section id="dependencytree"> <title>Dependency Tree</title> |