[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [1267] branches/1.2/bin



Revision: 1267
          http://svn.sourceforge.net/ledger-smb/?rev=1267&view=rev
Author:   tetragon
Date:     2007-06-11 16:52:28 -0700 (Mon, 11 Jun 2007)

Log Message:
-----------
Fixing improper body closure

Modified Paths:
--------------
    branches/1.2/bin/aa.pl
    branches/1.2/bin/gl.pl
    branches/1.2/bin/ir.pl
    branches/1.2/bin/is.pl
    branches/1.2/bin/login.pl
    branches/1.2/bin/oe.pl
    branches/1.2/bin/pe.pl
    branches/1.2/bin/pos.pl

Modified: branches/1.2/bin/aa.pl
===================================================================
--- branches/1.2/bin/aa.pl	2007-06-11 17:56:06 UTC (rev 1266)
+++ branches/1.2/bin/aa.pl	2007-06-11 23:52:28 UTC (rev 1267)
@@ -493,7 +493,7 @@
     $form->header;
 
     print qq|
-<body onload="document.forms[0].${focus}.focus()" />
+<body onload="document.forms[0].${focus}.focus()">
 
 <form method=post action=$form->{script}>
 

Modified: branches/1.2/bin/gl.pl
===================================================================
--- branches/1.2/bin/gl.pl	2007-06-11 17:56:06 UTC (rev 1266)
+++ branches/1.2/bin/gl.pl	2007-06-11 23:52:28 UTC (rev 1267)
@@ -1115,7 +1115,7 @@
     $form->header;
 
     print qq|
-<body onload="document.forms[0].${focus}.focus()" />
+<body onload="document.forms[0].${focus}.focus()">
 
 <form method=post action=$form->{script}>
 |;

Modified: branches/1.2/bin/ir.pl
===================================================================
--- branches/1.2/bin/ir.pl	2007-06-11 17:56:06 UTC (rev 1266)
+++ branches/1.2/bin/ir.pl	2007-06-11 23:52:28 UTC (rev 1267)
@@ -360,7 +360,7 @@
     $form->header;
 
     print qq|
-<body onLoad="document.forms[0].${focus}.focus()" />
+<body onLoad="document.forms[0].${focus}.focus()">
 
 <form method=post action="$form->{script}">
 |;

Modified: branches/1.2/bin/is.pl
===================================================================
--- branches/1.2/bin/is.pl	2007-06-11 17:56:06 UTC (rev 1266)
+++ branches/1.2/bin/is.pl	2007-06-11 23:52:28 UTC (rev 1267)
@@ -396,7 +396,7 @@
     $form->header;
 
     print qq|
-<body onLoad="document.forms[0].${focus}.focus()" />
+<body onLoad="document.forms[0].${focus}.focus()">
 
 <form method=post action="$form->{script}">
 |;

Modified: branches/1.2/bin/login.pl
===================================================================
--- branches/1.2/bin/login.pl	2007-06-11 17:56:06 UTC (rev 1266)
+++ branches/1.2/bin/login.pl	2007-06-11 23:52:28 UTC (rev 1267)
@@ -189,7 +189,7 @@
     $form->header(1);
 
     print qq|
-<body class="login" onload="document.forms[0].password.focus()" />
+<body class="login" onload="document.forms[0].password.focus()">
 	<br /><br />
 	<center>
 	<table class="login" border="3" cellpadding="20">

Modified: branches/1.2/bin/oe.pl
===================================================================
--- branches/1.2/bin/oe.pl	2007-06-11 17:56:06 UTC (rev 1266)
+++ branches/1.2/bin/oe.pl	2007-06-11 23:52:28 UTC (rev 1267)
@@ -580,7 +580,7 @@
     $form->header;
 
     print qq|
-<body onLoad="document.forms[0].${focus}.focus()" />
+<body onLoad="document.forms[0].${focus}.focus()">
 
 <form method=post action="$form->{script}">
 |;
@@ -3549,7 +3549,7 @@
     $form->header;
 
     print qq|
-<body onload="document.forms[0].vendor.focus()" />
+<body onload="document.forms[0].vendor.focus()">
 
 <form method=post action=$form->{script}>
 

Modified: branches/1.2/bin/pe.pl
===================================================================
--- branches/1.2/bin/pe.pl	2007-06-11 17:56:06 UTC (rev 1266)
+++ branches/1.2/bin/pe.pl	2007-06-11 23:52:28 UTC (rev 1267)
@@ -2795,7 +2795,7 @@
     $form->header;
 
     print qq|
-<body onLoad="document.forms[0].$form->{vc}.focus()" />
+<body onLoad="document.forms[0].$form->{vc}.focus()">
 
 <form method=post action=$form->{script}>
 

Modified: branches/1.2/bin/pos.pl
===================================================================
--- branches/1.2/bin/pos.pl	2007-06-11 17:56:06 UTC (rev 1266)
+++ branches/1.2/bin/pos.pl	2007-06-11 23:52:28 UTC (rev 1267)
@@ -307,7 +307,7 @@
     $form->header();
 
     print qq|
-<body onLoad="document.forms[0].${focus}.focus()" />
+<body onLoad="document.forms[0].${focus}.focus()">
 
 <form method=post action="$form->{script}">
 |;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.