From: wolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Mon, 10 May 2004 15:33:27 +0000 (+0000)
Subject: Fix format.
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93836a5c68ae089e05a34281453d6f6944c4f836;p=dealii-svn.git

Fix format.


git-svn-id: https://svn.dealii.org/trunk@9223 0785d39b-7218-0410-832d-ea1e28bc413d
---

diff --git a/deal.II/doc/news/c-4-0.html b/deal.II/doc/news/c-4-0.html
index e42179d904..893986159c 100644
--- a/deal.II/doc/news/c-4-0.html
+++ b/deal.II/doc/news/c-4-0.html
@@ -45,7 +45,9 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK
        class="member">clear</code> function has been dropped from the
        interface of the vector classes. To set all elements of a vector to
        zero without changing its size, the recommended way is to use the more
-       obvious notation <code class="member">v=0</code>.  <br> (WB 2004/05/10)
+       obvious notation <code class="member">v=0</code>.  
+       <br> 
+       (WB 2004/05/10)
        </p>
 
   <li> <p> Changed: the template parameter of <code