Bug 9275 Missing '<' closing pharagraph tag
authorRomina Racca <romina@di.unc.edu.ar>
Wed, 12 Dec 2012 16:16:16 +0000 (13:16 -0300)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Wed, 12 Dec 2012 23:29:55 +0000 (18:29 -0500)
On file koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/authorities.tt,
line 5,
there is a missing '<'. (...'New Authority' button.,/p>)

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Small change, fixes obvious problem.
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/authorities.tt

index 91f72b4..7441e98 100644 (file)
@@ -2,7 +2,7 @@
 
 <h2>Adding Authorities</h2>
 
-<p>To add a new authority record, choose the authority type from the 'New Authority' button.,/p>
+<p>To add a new authority record, choose the authority type from the 'New Authority' button.</p>
 
 <p>The form that appears will allow you to enter all of the necessary details regarding your authority record.</p>
 
@@ -22,4 +22,4 @@
 
 <p><strong>See the full documentation for Authorities in the <a href="http://manual.koha-community.org/3.10/en/catauthorities.html">manual</a> (online).</strong></p>
 
-[% INCLUDE 'help-bottom.inc' %]
\ No newline at end of file
+[% INCLUDE 'help-bottom.inc' %]