From: Mike Taylor Date: Mon, 6 Nov 2006 11:41:03 +0000 (+0000) Subject: Heading is now database title rather than ID X-Git-Tag: CPAN-v1.02~54^2~780 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=133fa8ece58e75a4cf2ed020f945dfbee9e8d0f4;hp=213892fec98c0d68bf358bce336a3ad8d3d2b033 Heading is now database title rather than ID --- diff --git a/web/htdocs/details/full.mc b/web/htdocs/details/full.mc index 62faa57..49690a7 100644 --- a/web/htdocs/details/full.mc +++ b/web/htdocs/details/full.mc @@ -1,4 +1,4 @@ -%# $Id: full.mc,v 1.5 2006-11-06 11:37:43 mike Exp $ +%# $Id: full.mc,v 1.6 2006-11-06 11:41:03 mike Exp $ <%args> $id @@ -51,7 +51,7 @@ if ($n == 0) { [ "Explain" => sub { "### CategoryList, TargetInfo, DatabaseInfo, RecordSyntaxInfo, AttributeSetInfo, AttributeDetails" } ], ); -

<% xml_encode($id) %>

+

<% xml_encode($xc->find("e:databaseInfo/e:title")) %>

<%perl> foreach my $ref (@fields) {