From c34ac3a7bd0a69b7f603446aac3a01763f1c1523 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 14 Aug 2017 16:48:20 -0600 Subject: [PATCH] Fix a markup problem. HTML doesn't know that equals opening quotes. Avoid this. --- examples/step-9/doc/intro.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/step-9/doc/intro.dox b/examples/step-9/doc/intro.dox index 5572cc3d26..85d8903896 100644 --- a/examples/step-9/doc/intro.dox +++ b/examples/step-9/doc/intro.dox @@ -67,7 +67,7 @@ parameter that is chosen in the range of the (local) mesh width $h$; good results are usually obtained by setting $\delta=0.1h$. Note that the modification in the test function vanishes as the mesh size tends to zero. We will not discuss reasons, pros, and cons of the streamline -diffusion method, but rather use it ``as is'', and refer the +diffusion method, but rather use it "as is", and refer the interested reader to the sufficiently available literature; every recent good book on finite elements should have a discussion of that topic. -- 2.39.5