app/views/layouts/error.html.erb in exception_handler-0.3.35 vs app/views/layouts/error.html.erb in exception_handler-0.3.45
- old
+ new
@@ -1,12 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<!--Info -->
- <title>
- <%= "Error :: #{@app_name}" %>
- </title>
+ <title><%= "Error :: #{@app_name}" %></title>
<!--Styling -->
<style>
html {
\ No newline at end of file