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

            Bug ID: 25896
           Summary: Missing closing </td> tag in smart-rules.tt
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: ASSIGNED
          Severity: trivial
          Priority: P5 - low
         Component: Templates
          Assignee: slavashish...@gmail.com
          Reporter: nug...@gmail.com
        QA Contact: testo...@bugs.koha-community.org
                CC: jonathan.dru...@bugs.koha-community.org,
                    julian.maur...@biblibre.com,
                    martin.renvo...@ptfs-europe.com, stalkern...@gmail.com
        Depends on: 21395

File: koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt with adding
of "daysmode" block just have one lost closing </td> tag:

<td>
  [% SWITCH daysmode %]
  ...
<td>

all other <td> tags we have there are closed, yet modern browsers even "fixes"
this on the fly so nothing to check visually or to spot any changes, so fix is
even have no "browser" test procedure: just go wget/curl and compare generated
htmls :)... heh :). Longer describe than fix :)

Slava, please just post a quick fix commit.


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21395
[Bug 21395] Make perlcritic happy
-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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