diff --git a/app/src/main/java/acr/browser/lightning/browser/SearchBoxModel.java b/app/src/main/java/acr/browser/lightning/browser/SearchBoxModel.java
index c426677..8d5a179 100644
--- a/app/src/main/java/acr/browser/lightning/browser/SearchBoxModel.java
+++ b/app/src/main/java/acr/browser/lightning/browser/SearchBoxModel.java
@@ -31,11 +31,11 @@ public class SearchBoxModel {
/**
* Returns the contents of the search box based on a variety of factors.
- *
- * The user's preference to show either the URL, domain, or page title
- * Whether or not the current page is loading
- * Whether or not the current page is a Lightning generated page.
- *
+ *
+ * - The user's preference to show either the URL, domain, or page title
+ * - Whether or not the current page is loading
+ * - Whether or not the current page is a Lightning generated page.
+ *
* This method uses the URL, title, and loading information to determine what
* should be displayed by the search box.
*