diff options
author | Erik Faye-Lund <[email protected]> | 2019-06-03 18:24:26 +0200 |
---|---|---|
committer | Erik Faye-Lund <[email protected]> | 2019-06-05 23:48:45 +0200 |
commit | db8211a8836b42ddb5acec9496649cfc30d07395 (patch) | |
tree | 3840505ccdce25be09cba188b30641d294f144ca /docs | |
parent | 74a6a6819609d23525b93245647373ca5a8966f2 (diff) |
docs: remove pointless trailing hard-breaks
Line-break at the end of an article is quite pointless, and doesn't do
much to increase the readability. Let's get rid of them.
Signed-off-by: Erik Faye-Lund <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/install.html | 2 | ||||
-rw-r--r-- | docs/postprocess.html | 4 |
2 files changed, 0 insertions, 6 deletions
diff --git a/docs/install.html b/docs/install.html index df5fcd3f7b2..58822de5d2f 100644 --- a/docs/install.html +++ b/docs/install.html @@ -251,8 +251,6 @@ For example, compiling and linking a GLUT application can be done with: gcc `pkg-config --cflags --libs glut` mydemo.c -o mydemo </pre> -<br> - </div> </body> </html> diff --git a/docs/postprocess.html b/docs/postprocess.html index 2e9fb854bc6..af7f86a80cc 100644 --- a/docs/postprocess.html +++ b/docs/postprocess.html @@ -55,10 +55,6 @@ Numbers higher than 8 see minimizing gains. <li>pp_celshade - set to 1 to enable cell shading (a more complex color filter). </ul> - -<br> -<br> - </div> </body> </html> |