From: Wolfgang Bangerth
Date: Wed, 12 Sep 2007 16:48:22 +0000 (+0000)
Subject: Fix some awkward markup
X-Git-Tag: v8.0.0~9858
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1f6a4cbce2bc0853eed079bc0f8fc64b25d68c5;p=dealii.git
Fix some awkward markup
git-svn-id: https://svn.dealii.org/trunk@15200 0785d39b-7218-0410-832d-ea1e28bc413d
---
diff --git a/deal.II/doc/doxygen/tutorial/toc.html b/deal.II/doc/doxygen/tutorial/toc.html
index c469a7f238..1fb10dd7f6 100644
--- a/deal.II/doc/doxygen/tutorial/toc.html
+++ b/deal.II/doc/doxygen/tutorial/toc.html
@@ -4,7 +4,7 @@
Step-by-Step
-
+
@@ -23,15 +23,15 @@ or less built atop of previous ones, which demonstrate various
aspects of the library. Each such example has the following structure
follows:
- - Introduction:A brief description of what the program does and
+
- Introduction: A brief description of what the program does and
what is new compared to the previous programs. This also includes a
discussion of the mathematical model and its formulation.
-
- The commented program:: A listing of the program, interspersed
+
- The commented program: A listing of the program, interspersed
with many comments that explain what is going on, how things are done
and why.
-
- Results:The output of the program, with some comments and
+
- Results: The output of the program, with some comments and
interpretation.
-
- The plain program:Since the program itself usually is a little
+
- The plain program: Since the program itself usually is a little
bit unreadable with all the comments intertwingled, we present the
program again, with all comments stripped off, to allow getting an
overview of it.