From f1f6a4cbce2bc0853eed079bc0f8fc64b25d68c5 Mon Sep 17 00:00:00 2001
From: Wolfgang Bangerth
Date: Wed, 12 Sep 2007 16:48:22 +0000
Subject: [PATCH] Fix some awkward markup
git-svn-id: https://svn.dealii.org/trunk@15200 0785d39b-7218-0410-832d-ea1e28bc413d
---
deal.II/doc/doxygen/tutorial/toc.html | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
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.
--
2.39.5