diff --git a/app/views/sentry/index.blade.php b/app/views/sentry/index.blade.php
index b2d29926..4bbdfd2c 100644
--- a/app/views/sentry/index.blade.php
+++ b/app/views/sentry/index.blade.php
@@ -22,11 +22,11 @@
- Allow for custom hashing strategies.
- Refactor permissions out into a driver-based system.
- - Refactor `*Provider` and `*Interface` implementations into single `*Repository` classes, stripping methods and simplifying where possible.
+ - Refactor *Provider and *Interface implementations into single *Repository classes, stripping methods and simplifying where possible.
- Multiple sessions.
- Multiple login columns.
- Inter-account throttling and improved DDoS protection.
- - Improved integration with Laravel (`Sentry::basic()`, easy email integration with queues).
+ - Improved integration with Laravel (Sentry::basic(), easy email integration with queues).
- Improved speed - make use of eager loading.
- Allow use of implementations (such as Eloquent and Kohana ORM) to take place on the ORM level, without bloating Sentry with abstractions never used by Sentry.
- Add support for two factor authentication.