Index: build/web/building.cgi
==================================================================
--- build/web/building.cgi
+++ build/web/building.cgi
@@ -109,17 +109,17 @@
 puts "\t<head>"
 puts "\t\t<title>KitCreator, Web Interface</title>"
 puts "\t</head>"
 puts "\t<body>"
 puts "\t\t<h1>KitCreator Web Interface</h1>"
-if {[info exists description]} {
-	puts "\t\t<p><b>Description:</b> $description"
-}
 puts "\t\t<p><b>Status:</b> $status"
 if {[info exists url]} {
 	puts "\t\t<p><b>URL:</b> <a href=\"$url\">$url</a>"
 }
+if {[info exists description]} {
+	puts "\t\t<p><b>Description:</b> $description"
+}
 if {[info exists logfile]} {
 	catch {
 		set fd [open $logfile]
 		set logdata [read $fd]
 		close $fd