Hi all,

Just been preparing a project site based on fossil and wonder why
fossil is by default so humble to not include a link to its web site
in the footer. Basically, I'd change this:

<div class="footer">
Fossil version $release_version $manifest_version $manifest_date
</div>
</body></html>

to:

<div class="footer">
<a style="color:white;text-decoration:none"
href="http://fossil-scm.org"; target="_blank">Fossil</a> version
$release_version $manifest_version $manifest_date
</div>
</body></html>

or perhaps some version that uses CSS.

It shouldn't hurt anyone and even make life a little bit easier for
users, I believe.

  Best,
  Jacek
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to