[SCM] Interchange branch, master, updated. 24c73b2cb4a4c93829005a18097db4bd109dc90e

Jon Jensen <[email protected]>
Newsgroups gmane.comp.web.interchange.cvs
Message-ID <[email protected]>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Interchange".

The branch, master has been updated
       via  24c73b2cb4a4c93829005a18097db4bd109dc90e (commit)
      from  5e2ea846e5c5b2895c9a6381785e8b96b46824a0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 24c73b2cb4a4c93829005a18097db4bd109dc90e
Author: René Hertell <[email protected]>
Date:   Wed Jun 10 02:15:27 2009 +0300

    XHTML-fixup for the <img src=... tag

-----------------------------------------------------------------------

Summary of changes and diff:
 lib/Vend/Menu.pm |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/lib/Vend/Menu.pm b/lib/Vend/Menu.pm
index 0dbd893..d0c172e 100644
--- a/lib/Vend/Menu.pm
+++ b/lib/Vend/Menu.pm
@@ -648,7 +648,7 @@ EOF
 			if(${vpf}submenu_image_left.substr(0,1) == '<')
 				out += ${vpf}submenu_image_left;
 			else
-				out += '<img src="' + ${vpf}submenu_image_left + '" border="0">';
+				out += '<img src="' + ${vpf}submenu_image_left + '" border="0"$Vend::Xtrailer>';
 		}
 		out += '</td><td><div';
 		
@@ -691,7 +691,7 @@ EOF
 			if(${vpf}submenu_image_right.substr(0,1) == '<')
 				out += ${vpf}submenu_image_right;
 			else
-				out += '<img src="' + ${vpf}submenu_image_right + '" border="0">';
+				out += '<img src="' + ${vpf}submenu_image_right + '" border="0"$Vend::Xtrailer>';
 		}
 		out += '</td></tr>';
 
@@ -1155,7 +1155,7 @@ function ${vpf}image_link (rec) {
 		out += rec[ ${vpf}IMG_UP ];
 		out += '"';
 		out += ${vpf}image_link_extra;
-		out += '>';
+		out += '$Vend::Xtrailer>';
 // alert('img=' + out);
 	}
 	else {
@@ -1247,7 +1247,7 @@ function ${vpf}tree_link (idx) {
 			tclass = ${vpf}link_class_open;
 			tstyle = ${vpf}link_style_open;
 			if(spec_toggle > 0) {
-				tanchor = '<img border="0" align="absbottom"  src="' + ${vpf}specific_image_base + l[${vpf}IMG_DN] + '">';
+				tanchor = '<img border="0" align="absbottom"  src="' + ${vpf}specific_image_base + l[${vpf}IMG_DN] + '"$Vend::Xtrailer>';
 			}
 			else {
 				tanchor = ${vpf}toggle_anchor_open;
@@ -1258,7 +1258,7 @@ function ${vpf}tree_link (idx) {
 			tclass = ${vpf}link_class_closed;
 			tstyle = ${vpf}link_style_closed;
 			if(spec_toggle > 0) {
-				tanchor = '<img border="0" align="absbottom"  src="' + ${vpf}specific_image_base + l[${vpf}IMG_UP] + '">';
+				tanchor = '<img border="0" align="absbottom"  src="' + ${vpf}specific_image_base + l[${vpf}IMG_UP] + '"$Vend::Xtrailer>';
 // if(alert_shown < 2) {
 // alert('tanchor=' + tanchor);
 // alert_shown = 2;
@@ -1315,7 +1315,7 @@ function ${vpf}tree_link (idx) {
 				if(${vpf}icon[ ext ]) {
 					out += '<img border="0" align="absbottom" src="';
 					out += ${vpf}icon[ ext ];
-					out += '">';
+					out += '"$Vend::Xtrailer>';
 				}
 			}
 			if(${vpf}specific_image_link) 
@@ -1597,7 +1597,7 @@ function ${vpf}image_link (rec) {
 		out += rec[ ${vpf}IMG_UP ];
 		out += '"';
 		out += ${vpf}image_link_extra;
-		out += '>';
+		out += '$Vend::Xtrailer>';
 // alert('img=' + out);
 	}
 	else {
@@ -1644,7 +1644,7 @@ function ${vpf}tree_link (idx) {
 			tclass = ${vpf}link_class_open;
 			tstyle = ${vpf}link_style_open;
 			if(spec_toggle > 0) {
-				tanchor = '<img border="0" src="' + ${vpf}specific_image_base + l[${vpf}IMG_DN] + '">';
+				tanchor = '<img border="0" src="' + ${vpf}specific_image_base + l[${vpf}IMG_DN] + '"$Vend::Xtrailer>';
 // if(alert_shown < 2) {
 // alert('tanchor=' + tanchor);
 // alert_shown = 2;
@@ -1659,7 +1659,7 @@ function ${vpf}tree_link (idx) {
 			tclass = ${vpf}link_class_closed;
 			tstyle = ${vpf}link_style_closed;
 			if(spec_toggle > 0) {
-				tanchor = '<img border="0" src="' + ${vpf}specific_image_base + l[${vpf}IMG_UP] + '">';
+				tanchor = '<img border="0" src="' + ${vpf}specific_image_base + l[${vpf}IMG_UP] + '"$Vend::Xtrailer>';
 // if(alert_shown < 2) {
 // alert('tanchor=' + tanchor);
 // alert_shown = 2;


hooks/post-receive
-- 
Interchange

_______________________________________________
interchange-cvs mailing list
[email protected]
http://www.icdevgroup.org/mailman/listinfo/interchange-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.