]> git.sesse.net Git - pr0n/commitdiff
Fix a few validation errors.
authorSteinar H. Gunderson <sesse@debian.org>
Mon, 31 Jul 2006 15:48:24 +0000 (17:48 +0200)
committerSteinar H. Gunderson <sesse@debian.org>
Mon, 31 Jul 2006 15:48:24 +0000 (17:48 +0200)
templates/default/fullscreen-footer

index d954c5f42d2447362a4e3c6b8ec9864de44d9dd3..d49d733b518e5426d9474462ead90f5ccffaf81d 100644 (file)
@@ -8,8 +8,8 @@ var global_image_num = %START%;
   </head>
   <body onresize="relayout();" onload="relayout();" onkeydown="key_down(event.which);" onkeyup="key_up(event.which);">
     <div class="container" id="main"></div>
   </head>
   <body onresize="relayout();" onload="relayout();" onkeydown="key_down(event.which);" onkeyup="key_up(event.which);">
     <div class="container" id="main"></div>
-    <img id="previous" src="/previous.png" alt="<-" onmousedown="if (can_go_previous()) set_opacity('previous', 1.0)" onmouseup="if (can_go_previous()) { set_opacity('previous', 0.7); go_previous(); }" onmouseout="if (can_go_previous()) { set_opacity('previous', 0.7); }" />
-    <img id="next" src="/next.png" alt="->" onmousedown="if (can_go_next()) set_opacity('next', 1.0)" onmouseup="if (can_go_next()) { set_opacity('next', 0.7); go_next(); }" onmouseout="if (can_go_next()) { set_opacity('next', 0.7); }" />
+    <img id="previous" src="/previous.png" alt="&lt;-" onmousedown="if (can_go_previous()) set_opacity('previous', 1.0)" onmouseup="if (can_go_previous()) { set_opacity('previous', 0.7); go_previous(); }" onmouseout="if (can_go_previous()) { set_opacity('previous', 0.7); }" />
+    <img id="next" src="/next.png" alt="-&gt;" onmousedown="if (can_go_next()) set_opacity('next', 1.0)" onmouseup="if (can_go_next()) { set_opacity('next', 0.7); go_next(); }" onmouseout="if (can_go_next()) { set_opacity('next', 0.7); }" />
   </body>
 </html>
 
   </body>
 </html>