From 1d74f48bf0a58d8c7b62d6835f2f2b19f55a0d99 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 6 Nov 2006 11:41:03 +0000 Subject: [PATCH] Heading is now database title rather than ID --- web/htdocs/details/full.mc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 1.7.10.4