https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25302

Timothy Alexis Vass <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|The indentations should be  |The indentations should be
                   |in accordance with the      |in accordance with the
                   |Coding guidelines.          |Coding guidelines and
                   |                            |whitespaces/linebreaks
                   |                            |should be consistent.

--- Comment #2 from Timothy Alexis Vass <[email protected]> ---
Seems like the first part of the comment was different from the commit message,
it should be:
===
Indentations are now consistently 4 spaces and otherwise correct
===
example:
    <div id="html5media">
      [% FOREACH ... %]
        <p>
          ...
        </p>
      [% END %]
    </div>
is now:
    <div id="html5media">
        [% FOREACH ... %]
            <p>
                ...
            </p>
        [% END %]
    </div>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to