2
0
forked from Wavyzz/dolibarr
Files
dolibarr-fork/htdocs/core/class
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
..
2015-02-25 18:24:36 +01:00
2014-12-21 02:21:12 +01:00
2015-04-30 00:07:30 +02:00
2014-10-30 20:41:08 +01:00
2015-01-18 16:28:42 +01:00
2014-11-23 23:22:49 +01:00
2015-04-03 15:25:24 +02:00