slitaz-forge rev 244

roadmao: use h4 for task list
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 07 22:44:17 2012 +0200 (2012-04-07)
parents f4122c3e6d7b
children 8c90f24a6710
files roadmap/roadmap.cgi
line diff
     1.1 --- a/roadmap/roadmap.cgi	Sat Apr 07 22:40:48 2012 +0200
     1.2 +++ b/roadmap/roadmap.cgi	Sat Apr 07 22:44:17 2012 +0200
     1.3 @@ -11,8 +11,8 @@
     1.4  # Show a task.
     1.5  show_task() {
     1.6  	cat << EOT
     1.7 +<h4>$TASK</h4>
     1.8  <pre>
     1.9 -Task      : $TASK
    1.10  People    : $PEOPLE
    1.11  EOT
    1.12  	if [ "$WIKI" ]; then
    1.13 @@ -21,8 +21,6 @@
    1.14  	if [ "$DESC" ]; then
    1.15  		cat << EOT
    1.16  
    1.17 -Description
    1.18 -------------
    1.19  $DESC
    1.20  EOT
    1.21  	fi