diff --git a/docs.it4i/salomon/software/ansys/ansys-fluent.md b/docs.it4i/salomon/software/ansys/ansys-fluent.md
index c9c2a8020d09ff4b8e4503252480f6a7a5687599..aefcfbf77da974a6ec14110ef571e7dcf1f8ba36 100644
--- a/docs.it4i/salomon/software/ansys/ansys-fluent.md
+++ b/docs.it4i/salomon/software/ansys/ansys-fluent.md
@@ -5,8 +5,6 @@ software contains the broad physical modeling capabilities needed to model flow,
 
 1.  Common way to run Fluent over pbs file
 
-* * *
-
 To run ANSYS Fluent in batch mode you can utilize/modify the default fluent.pbs script and execute it via the qsub command.
 
 ```bash
@@ -60,8 +58,6 @@ The appropriate dimension of the problem has to be set by parameter (2d/3d).
 
 2.  Fast way to run Fluent from command line
 
-* * *
-
 ```bash
 fluent solver_version [FLUENT_options] -i journal_file -pbs
 ```
@@ -70,8 +66,6 @@ This syntax will start the ANSYS FLUENT job under PBS Professional using the  qs
 
 3.  Running Fluent via user's config file
 
-* * *
-
 The sample script uses a configuration file called pbs_fluent.conf  if no command line arguments are present. This configuration file should be present in the directory from which the jobs are submitted (which is also the directory in which the jobs are executed). The following is an example of what the content of  pbs_fluent.conf can be:
 
 ```bash
@@ -149,8 +143,6 @@ It runs the jobs out of the directory from which they are submitted (PBS_O_WORKD
 
 4.  Running Fluent in parralel
 
-* * *
-
 Fluent could be run in parallel only under Academic Research license. To do so this ANSYS Academic Research license must be placed before ANSYS CFD license in user preferences. To make this change anslic_admin utility should be run
 
 ```bash