lilalo

diff l3-frontend @ 83:bdc1f02d3f87

исправлена ошибка с подсказкой в приглашении
author devi
date Fri Feb 24 18:43:35 2006 +0200 (2006-02-24)
parents d9a700d48bef
children 2cb912bff2ea
line diff
     1.1 --- a/l3-frontend	Thu Feb 23 22:26:38 2006 +0200
     1.2 +++ b/l3-frontend	Fri Feb 24 18:43:35 2006 +0200
     1.3 @@ -689,7 +689,7 @@
     1.4  
     1.5          my $cline;
     1.6          $prompt_hint = join ("
", map("$_=$cl->{$_}", grep (!/^output$/, sort(keys(%{$cl})))));
     1.7 -        $cline = "<span title='$prompt_hint'>".$cl->{"prompt"}."</prompt>".$cl->{"cline"};
     1.8 +        $cline = "<span title='$prompt_hint'>".$cl->{"prompt"}."</span>".$cl->{"cline"};
     1.9          $cline =~ s/\n//;
    1.10  
    1.11          $cline = "<span title='$hint' class='with_hint'>$cline</span>" if $hint;