Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-7865

2 small style bugs - prosilver

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • 3.0.4
    • 3.0.3
    • Styles
    • None
    • PHP Environment:
      Database:

      Can't see that they cause any display issues, but reporting none the less.
      Both introduced by 3.0.3 update

      memberlist_body.html
      Around line 90

      		<!-- ELSEIF  not .memberrow-->

      Should be

      		<!-- ELSEIF  not .memberrow -->

      ucp_pm_history.html
      Around line 15

      				<li class="quote-icon"><a <!-- IF history_row.U_QUOTE -->href="{history_row.U_QUOTE}"<!-- ELSE -->href="#postingbox" onclick="addquote({history_row.MSG_ID}, '{history_row.MESSAGE_AUTHOR_QUOTE}');"<!-- ENDIF -->" title="{L_QUOTE} {history_row.MESSAGE_AUTHOR}"><span>{L_QUOTE} {history_row.MESSAGE_AUTHOR}</span></a></li>

      Should be

      				<li class="quote-icon"><a <!-- IF history_row.U_QUOTE -->href="{history_row.U_QUOTE}"<!-- ELSE -->href="#postingbox" onclick="addquote({history_row.MSG_ID}, '{history_row.MESSAGE_AUTHOR_QUOTE}');"<!-- ENDIF --> title="{L_QUOTE} {history_row.MESSAGE_AUTHOR}"><span>{L_QUOTE} {history_row.MESSAGE_AUTHOR}</span></a></li>

      Extra quotation mark ( " ) after the last ENDIF - causes an extra quote to be added to the URL.

            Kellanved Kellanved [X] (Inactive)
            cherokee red cherokee red
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: