Browse Source

Issue #50 - fix failing test

merge-requests/42/head
Jonathan Druart 2 years ago
parent
commit
9f08ee89e2
  1. 2
      t/data/5/tmpl/i_fail_js_in_body.tt
  2. 2
      t/data/5/tmpl/i_pass_js_in_body.tt

2
t/data/5/tmpl/i_fail_js_in_body.tt

@ -1,5 +1,5 @@
<html>
<title>Koha staff client</title>
<title>The Koha staff client</title>
<head>
<script>
var ko = "I am in hread";

2
t/data/5/tmpl/i_pass_js_in_body.tt

@ -1,5 +1,5 @@
<html>
<title>Koha staff client</title>
<title>The Koha staff client</title>
<head>
</head>
<body id="main_intranet-main" class="intranet-main">

Loading…
Cancel
Save