dolibarr-git
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-git] [Dolibarr/dolibarr] 3adf6b: Missing space after title tag


From: Juanjo Menent
Subject: [Dolibarr-git] [Dolibarr/dolibarr] 3adf6b: Missing space after title tag.
Date: Thu, 25 Jun 2015 11:43:59 -0700

  Branch: refs/heads/3.7
  Home:   https://github.com/Dolibarr/dolibarr
  Commit: 3adf6b1a73af7acf55f6bd48d089150d8451bba2
      
https://github.com/Dolibarr/dolibarr/commit/3adf6b1a73af7acf55f6bd48d089150d8451bba2
  Author: Fab <address@hidden>
  Date:   2015-06-25 (Thu, 25 Jun 2015)

  Changed paths:
    M htdocs/core/class/html.form.class.php

  Log Message:
  -----------
  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">


  Commit: a8e3a8809bf56e7143a1b129dc018721efde0211
      
https://github.com/Dolibarr/dolibarr/commit/a8e3a8809bf56e7143a1b129dc018721efde0211
  Author: Juanjo Menent <address@hidden>
  Date:   2015-06-25 (Thu, 25 Jun 2015)

  Changed paths:
    M htdocs/core/class/html.form.class.php

  Log Message:
  -----------
  Merge pull request #3095 from netfab/3.7

Missing space after title tag.


Compare: 
https://github.com/Dolibarr/dolibarr/compare/02ce0bc6afb7...a8e3a8809bf5

reply via email to

[Prev in Thread] Current Thread [Next in Thread]