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~835 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=1d74f48bf0a58d8c7b62d6835f2f2b19f55a0d99 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) {