RFID: add title to page
authorDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 8 Feb 2017 12:13:18 +0000 (13:13 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 25 Mar 2019 14:43:15 +0000 (15:43 +0100)
ffzg/rfid/koha-reader.pl

index 77e2082..75b59f3 100755 (executable)
@@ -55,6 +55,9 @@ $reader_url . '/ffzg/rfid/';
 
 output_html_with_http_headers $query, $cookie, join('',qq{
 <html>
+<head>
+<title>RFID reader selection</title>
+</head>
 <a id="redirect" href="$redirect"">$redirect</a>
 <ol>
 <li>Koha session: <pre>$session },(-e $session_file ? 'OK' : 'ERROR: MISSING'),qq{</pre></li>