Bugzilla – Attachment 14055 Details for
Bug 9275
Missing '<' closing pharagraph tag
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 9275 Missing '<' closing pharagraph tag
SIGNED-OFF-Bug-9275-Missing--closing-pharagraph-ta.patch (text/plain), 1.55 KB, created by
Owen Leonard
on 2012-12-12 18:43:25 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 9275 Missing '<' closing pharagraph tag
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2012-12-12 18:43:25 UTC
Size:
1.55 KB
patch
obsolete
>From 573d89b632d8cbf385ec741146eb61339f68752d Mon Sep 17 00:00:00 2001 >From: Romina Racca <romina@di.unc.edu.ar> >Date: Wed, 12 Dec 2012 13:16:16 -0300 >Subject: [PATCH] [SIGNED-OFF] Bug 9275 Missing '<' closing pharagraph tag >Content-Type: text/plain; charset="utf-8" > >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> >--- > .../en/modules/help/authorities/authorities.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/authorities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/authorities.tt >index 91f72b4..7441e98 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/authorities.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/authorities.tt >@@ -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' %] >-- >1.7.9.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 9275
:
14049
|
14055
|
14063