A user mentioned that there are a few HTML breakages and pointed out heigth

Attached is the patch.

I'll have a look for other invalid HTML.

--
Dan Langille - http://www.langille.org/
BSDCan - The Technical BSD Conference: http://www.bsdcan.org/
PGCon  - The PostgreSQL Conference:    http://www.pgcon.org/
Index: views/admin/_sidebar.rxml
===================================================================
--- views/admin/_sidebar.rxml   (revision 5664)
+++ views/admin/_sidebar.rxml   (working copy)
@@ -2,7 +2,7 @@
 
   xml.div( :id => 'logo' ) do
     xml.a( :href => 
url_for(:controller=>'pentabarf',:action=>'conference',:id=>@current_conference.conference_id))
 do
-      xml.img( 
:src=>url_for(:controller=>'image',:action=>'conference',:id=>@current_conference.conference_id,:size=>'128x128'),
 :heigth=>128,:width=>128)
+      xml.img( 
:src=>url_for(:controller=>'image',:action=>'conference',:id=>@current_conference.conference_id,:size=>'128x128'),
 :height=>128,:width=>128)
     end
   end
 
Index: views/localization/_sidebar.rxml
===================================================================
--- views/localization/_sidebar.rxml    (revision 5664)
+++ views/localization/_sidebar.rxml    (working copy)
@@ -2,7 +2,7 @@
 
   xml.div( :id => 'logo' ) do
     xml.a( :href => 
url_for(:controller=>'pentabarf',:action=>'conference',:id=>@current_conference.conference_id))
 do
-      xml.img( 
:src=>url_for(:controller=>'image',:action=>'conference',:id=>@current_conference.conference_id,:size=>'128x128'),
 :heigth=>128,:width=>128)
+      xml.img( 
:src=>url_for(:controller=>'image',:action=>'conference',:id=>@current_conference.conference_id,:size=>'128x128'),
 :height=>128,:width=>128)
     end
   end
 
Index: views/submission/_sidebar.rxml
===================================================================
--- views/submission/_sidebar.rxml      (revision 5664)
+++ views/submission/_sidebar.rxml      (working copy)
@@ -2,9 +2,9 @@
 
   xml.div( :id => 'logo' ) do
     if @conference && POPE.user
-      xml.img( 
:src=>url_for(:controller=>'image',:action=>'conference',:id=>@conference.conference_id,:size=>'128x128'),
 :heigth=>128,:width=>128)
+      xml.img( 
:src=>url_for(:controller=>'image',:action=>'conference',:id=>@conference.conference_id,:size=>'128x128'),
 :height=>128,:width=>128)
     else
-      xml.img( 
:src=>"/images/erisdiscordia-128x128.png",:heigth=>128,:width=>128)
+      xml.img( 
:src=>"/images/erisdiscordia-128x128.png",:height=>128,:width=>128)
     end
   end
 
Index: views/pentabarf/_sidebar.rxml
===================================================================
--- views/pentabarf/_sidebar.rxml       (revision 5664)
+++ views/pentabarf/_sidebar.rxml       (working copy)
@@ -2,7 +2,7 @@
 
   xml.div( :id => 'logo' ) do
     xml.a( :href => 
url_for(:controller=>'pentabarf',:action=>'conference',:id=>@current_conference.conference_id))
 do
-      xml.img( 
:src=>url_for(:controller=>'image',:action=>'conference',:id=>@current_conference.conference_id,:size=>'128x128'),
 :heigth=>128,:width=>128)
+      xml.img( 
:src=>url_for(:controller=>'image',:action=>'conference',:id=>@current_conference.conference_id,:size=>'128x128'),
 :height=>128,:width=>128)
     end
   end
 
Index: views/report/_sidebar.rxml
===================================================================
--- views/report/_sidebar.rxml  (revision 5664)
+++ views/report/_sidebar.rxml  (working copy)
@@ -2,7 +2,7 @@
 
   xml.div( :id => 'logo' ) do
     xml.a( :href => 
url_for(:controller=>'pentabarf',:action=>'conference',:id=>@current_conference.conference_id))
 do
-      xml.img( 
:src=>url_for(:controller=>'image',:action=>'conference',:id=>@current_conference.conference_id,:size=>'128x128'),
 :heigth=>128,:width=>128)
+      xml.img( 
:src=>url_for(:controller=>'image',:action=>'conference',:id=>@current_conference.conference_id,:size=>'128x128'),
 :height=>128,:width=>128)
     end
   end
 
Index: views/user/_sidebar.rxml
===================================================================
--- views/user/_sidebar.rxml    (revision 5664)
+++ views/user/_sidebar.rxml    (working copy)
@@ -2,9 +2,9 @@
 
   xml.div( :id => 'logo' ) do
     if @conference
-      xml.img( 
:src=>url_for(:controller=>'image',:action=>'conference',:id=>@conference.conference_id,:size=>'128x128'),
 :heigth=>128,:width=>128)
+      xml.img( 
:src=>url_for(:controller=>'image',:action=>'conference',:id=>@conference.conference_id,:size=>'128x128'),
 :height=>128,:width=>128)
     else
-      xml.img( 
:src=>"/images/erisdiscordia-128x128.png",:heigth=>128,:width=>128)
+      xml.img( 
:src=>"/images/erisdiscordia-128x128.png",:height=>128,:width=>128)
     end
   end
 
_______________________________________________
pentabarf mailing list
pentabarf@mail.skyhub.de
https://mail.skyhub.de/cgi-bin/mailman/listinfo/pentabarf

Reply via email to