Not a bug Only the right most 'align' tag per line is respected in LCDs

Discussion in 'Archive (Read Only)' started by Inappropriate, May 26, 2021.

  1. Inappropriate

    Inappropriate Captain

    Joined:
    Mar 17, 2017
    Messages:
    284
    Likes Received:
    275
    Build: 1.4.7 3283
    Mode: Any
    Mode: Any


    Reproducibility: Always
    Severity: Minor

    Type: LCD

    Summary: Only the right most 'align' tag per line is respected in LCDs.

    Description: Only the right most 'align' tag per line is respected in LCDs. All other 'align' tags in a single line are ignored
    For example:
    Code:
    <align=left>Left</align><align>Center</align><align=right>Right</align>
    Produces this:
    Code:
                                                      LeftCenterRight
    When it should produce this:
    Code:
    Left                           Center                      Right


    Screenshots, Crash Logs, any other Relevant Information or Download links:
    Screenshot_20210526_031409.png Screenshot_20210526_031428.png

    Screenshot_20210526_031450.png Screenshot_20210526_031459.png
     
    #1
    Last edited: May 26, 2021
  2. Pantera

    Pantera Administrator Staff Member

    • Developer
    • Moderator
    Joined:
    Aug 15, 2016
    Messages:
    3,226
    Likes Received:
    5,654
    I'm afraid this cannot be changed only 1 string per line is available.
     
    #2

Share This Page