~ubuntu-branches/ubuntu/trusty/libhtml-widgets-navmenu-perl/trusty

« back to all changes in this revision

Viewing changes to lib/HTML/Widgets/NavMenu/Iterator/Base.pm

  • Committer: Package Import Robot
  • Author(s): Xavier Guimard, Ansgar Burchardt, Xavier Guimard
  • Date: 2012-12-09 16:00:54 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20121209160054-wpsifb48isn5ul91
Tags: 1.0603-1
[ Ansgar Burchardt ]
* debian/control: Convert Vcs-* fields to Git.

[ Xavier Guimard ]
* Imported Upstream version 1.0603
* Bump Standards-Version to 3.9.4
* Update debian/copyright format
* Update spelling patch (reported)

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
 
103
103
    my $parent_item = $args->{'item'};
104
104
    my $node = $args->{'node'};
105
 
    
 
105
 
106
106
    my $prev_state;
107
107
    if (defined($parent_item))
108
108
    {
122
122
    {
123
123
        $show_always = $node->show_always();
124
124
    }
125
 
    
 
125
 
126
126
    my $rec_url_type;
127
127
    if (exists($prev_state->{'rec_url_type'}))
128
128
    {