~ubuntu-branches/ubuntu/saucy/debiandoc-sgml/saucy

« back to all changes in this revision

Viewing changes to tools/lib/Format/Driver.pm

  • Committer: Package Import Robot
  • Author(s): Osamu Aoki
  • Date: 2013-05-19 02:20:15 UTC
  • mfrom: (20.1.1)
  • Revision ID: package-import@ubuntu.com-20130519022015-dvu0kw3fzvm6u79q
Tags: 1.2.28-1
* Jessie development cycle is ON! 
* Switch to 3.0(quilt) format.
* Fix URLs containing '&' (ampersand) using a patch provided by Ben
  Hutchings, thanks. Closes: #685046
* Make <a name> anchors enclose heading text using a patch provided by
  Samuel Bronson. Closes: #616043
* Make debiandoc2dbkpo behave with an SGML without the localization 
  infix using a patch provided by Felix Gatzemeier.  Closes: #694856

Show diffs side-by-side

added added

removed removed

Lines of Context:
918
918
sub start_url
919
919
{
920
920
    ( $element, $event ) = @_;
921
 
    my $id = _normalize( _a( 'ID' ) );
 
921
    my $id = _trim( _a( 'ID' ) );
922
922
    my $name =  _a( 'NAME' );
923
923
    $name = "" if ( $name eq '\|\|' ) || ( $name eq '\|urlname\|' )
924
924
        || ( $name eq $id );