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

« back to all changes in this revision

Viewing changes to lib/HTML/Widgets/NavMenu/Iterator/NavMenu.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:
103
103
sub _start_root
104
104
{
105
105
    my $self = shift;
106
 
    
 
106
 
107
107
    $self->_add_tags(
108
108
        $self->gen_ul_tag(
109
109
            {
135
135
sub get_open_sub_menu_tags
136
136
{
137
137
    my $self = shift;
138
 
    return ("<br />", 
 
138
    return ("<br />",
139
139
        $self->gen_ul_tag(
140
140
            {'depth' => $self->stack->len()}
141
141
        )