From: Michael Wiebusch Date: Thu, 11 Jul 2013 14:13:06 +0000 (+0200) Subject: created directory share, moved the eye icon there X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=e1eaaff147f095d45cff6171a084a77bfed6c369;p=mvdsensorcontrol.git created directory share, moved the eye icon there --- diff --git a/xml_spielwiese/eye16.png b/share/eye16.png similarity index 100% rename from xml_spielwiese/eye16.png rename to share/eye16.png diff --git a/tools/jtageditor.pl b/tools/jtageditor.pl index 102cfb3..2b697a2 100755 --- a/tools/jtageditor.pl +++ b/tools/jtageditor.pl @@ -28,6 +28,8 @@ use XML::LibXML; use POSIX; use CGI::Carp qw(fatalsToBrowser); use HTML::Entities; +require Common; + sub initPage { @@ -222,7 +224,7 @@ sub print_ancestorInfo { for my $ancestor (@ancestryList) { print "$ancestor "; - print ""; + print ""; print "";