Files
dolibarr/htdocs/core
Fab 3adf6b1a73 Missing space after title tag.
When using textwithpicto() from core/class/html.form.class.php, if you
are reading source code with firefox, you will see that a part of the
generated html is highlighted in red.

<td class="classfortooltip" title="title text"valign="top" width="14">

should be :

<td class="classfortooltip" title="title text" valign="top" width="14">
2015-06-25 08:50:48 +02:00
..
2014-10-18 22:47:12 +02:00
2015-06-25 08:50:48 +02:00
2015-02-03 13:05:28 +01:00
2015-06-23 19:28:18 +02:00
2014-11-05 20:02:58 +01:00
2015-03-24 11:19:51 +01:00