Index: build/web/building.cgi ================================================================== --- build/web/building.cgi +++ build/web/building.cgi @@ -109,17 +109,17 @@ puts "\t
" puts "\t\tDescription: $description" -} puts "\t\t
Status: $status" if {[info exists url]} { puts "\t\t
URL: $url" } +if {[info exists description]} { + puts "\t\t
Description: $description" +} if {[info exists logfile]} { catch { set fd [open $logfile] set logdata [read $fd] close $fd