[librdf-rdfa-generator-perl] 17/64: fix commas

Jonas Smedegaard dr at jones.dk
Sat Dec 23 12:22:51 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.106-1
in repository librdf-rdfa-generator-perl.

commit 473ffac332db609058410f69c327d59db6e34f07
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Fri Jun 4 14:05:39 2010 +0000

    fix commas
    
    --HG--
    branch : RDF-RDFa-Generator
    extra : convert_revision : svn%3A3fe8e991-6959-4966-b76d-b07eca2b6e37/RDF-RDFa-Generator%40387
---
 lib/RDF/RDFa/Generator/HTML/Pretty.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/RDF/RDFa/Generator/HTML/Pretty.pm b/lib/RDF/RDFa/Generator/HTML/Pretty.pm
index 1c48965..ced5ee4 100644
--- a/lib/RDF/RDFa/Generator/HTML/Pretty.pm
+++ b/lib/RDF/RDFa/Generator/HTML/Pretty.pm
@@ -9,7 +9,7 @@ use Icon::FamFamFam::Silk;
 use RDF::RDFa::Generator::HTML::Pretty::Note;
 use XML::LibXML qw':all';
 
-our $VERSION = '0.06';
+our $VERSION = '0.05';
 
 sub create_document
 {
@@ -292,7 +292,7 @@ sub _resource_statements
 					my $i = $span->addNewChild(XHTML_NS, 'i');
 					$i->appendTextNode($curie);
 					$i->setAttribute(title => $sadata->{$sas}->{$curie});
-					$seealso->appendTextNode( $curie eq $pkeys[-1] ? '' : ', ' );
+					$span->appendTextNode( $curie eq $pkeys[-1] ? '' : ', ' );
 				}
 				$span->appendTextNode(' of ');
 				my $a = $span->addNewChild(XHTML_NS, 'a');

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/librdf-rdfa-generator-perl.git



More information about the Pkg-perl-cvs-commits mailing list