bacchus 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/bacchus/rack/beta_site.rb +2 -1
- data/lib/bacchus/version.rb +1 -1
- metadata +1 -1
@@ -36,8 +36,9 @@ module Rack
|
|
36
36
|
def render_access_form
|
37
37
|
body = <<-EOS
|
38
38
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
39
|
-
<html>
|
39
|
+
<html xmlns="http://www.w3.org/1999/xhtml">
|
40
40
|
<head>
|
41
|
+
<title>Peer-based website rating service - Criticue.com</title>
|
41
42
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script>
|
42
43
|
<script src="#{path_to('bacchus.js')}" type="text/javascript"></script>
|
43
44
|
</head>
|
data/lib/bacchus/version.rb
CHANGED