Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
S SobiPro
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • Sigsiu.NET GmbH
  • SobiPro
  • Issues
  • #89

Closed (moved)
(moved)
Open
Created Apr 26, 2018 by Sigrid Suski@TrinitySuOwner

closing for some tags changed and leads to problems with some browsers

the closing in HTML is changed to the short closing if the body of the tag is empty e.g. <i class="icon"></i> is changed to <i class="icon"/>.
This leads in some browsers (e.g. FF) to a wrong interpretation of the following tags.

Example:
<i class="icon"/> <br/> Some text

will be changed by the browser to:
<i class="icon"> <br/> Some text </i>

which will cause the text to have the wrong font (in this case).

This does not happen for <i class="icon"></i>

previous SobiPro version:
&lt;td class="centered"&gt;&lt;i class="fa fa-lg fa-check text-success"&gt;&lt;/i&gt;&#13; &lt;br/&gt;&#13; Application Manager&#13; &lt;/td&gt;&#13;

SobiPro 1.4.6:
&lt;td class="centered"&gt;&lt;i class="fa fa-lg fa-check text-success"/&gt; &lt;br/&gt; Application Manager &lt;/td&gt;

Please note: also the &#13; in the previous version is now an empty line

Edited Apr 27, 2018 by Sigrid Suski
Assignee
Assign to
1.4.7
Milestone
1.4.7 (Past due)
Assign milestone
Time tracking

footer

Legal Notice / Impressum | Data Protection / Datenschutzinformation