ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra/Deliantra/MapWidget.pm
(Generate patch)

Comparing deliantra/Deliantra/Deliantra/MapWidget.pm (file contents):
Revision 1.33 by root, Sun Apr 16 17:03:16 2006 UTC vs.
Revision 1.34 by root, Mon Apr 17 08:30:46 2006 UTC

271 $t =~ s/&/&/g; 271 $t =~ s/&/&/g;
272 $t =~ s/</&lt;/g; 272 $t =~ s/</&lt;/g;
273 $t =~ s/>/&gt;/g; 273 $t =~ s/>/&gt;/g;
274 $text .= $t; 274 $text .= $t;
275 } else { 275 } else {
276 $text .= Glib::Markup::escape_text "\n$k\t$a->{$k}"; 276 $text .= Glib::Markup::escape_text ("\n$k\t$a->{$k}");
277 } 277 }
278 } 278 }
279 } 279 }
280 $text .= "</small>"; 280 $text .= "</small>";
281 } else { 281 } else {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines