diff --git a/poi/src/main/java/org/apache/poi/ss/formula/functions/Days.java b/poi/src/main/java/org/apache/poi/ss/formula/functions/Days.java
index 34fbf133c4..1075680657 100644
--- a/poi/src/main/java/org/apache/poi/ss/formula/functions/Days.java
+++ b/poi/src/main/java/org/apache/poi/ss/formula/functions/Days.java
@@ -36,14 +36,13 @@ import org.apache.poi.util.LocaleUtil;
*
*
* {@code DAYS(end_date,start_date)}
- *
- *
- * - Start_date, end_date (required):
- * The two dates between which you want to know the number of days.
- * If start_date occurs after end_date, the DAYS function returns a negative number.
- *
- *
*
+ *
+ *
+ * - Start_date, end_date (required):
+ * The two dates between which you want to know the number of days.
+ * If start_date occurs after end_date, the DAYS function returns a negative number.
+ *
*
* @see DAYS function - Microsoft Office
*/