[Rt-commit] rt branch, 4.0/loc-cleanups, created. rt-4.0.1rc1-3-g323087c

Shawn Moore sartak at bestpractical.com
Mon May 23 16:25:05 EDT 2011


The branch, 4.0/loc-cleanups has been created
        at  323087c3a637d406ee3740093b7f9389b9c92e1c (commit)

- Log -----------------------------------------------------------------
commit 323087c3a637d406ee3740093b7f9389b9c92e1c
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Mon May 23 16:21:57 2011 -0400

    Remove an extraneous </a> tag in our GPL link loc text
    
        We pass </a> as the second loc parameter with the intent of having
        less HTML directly in our loc strings. So we don't need this second
        one, which defeats the purpose of parameterizing the HTML.

diff --git a/share/html/Elements/Footer b/share/html/Elements/Footer
index c685bc0..4c76612 100755
--- a/share/html/Elements/Footer
+++ b/share/html/Elements/Footer
@@ -56,7 +56,7 @@
   <p id="bpscredits"><span><&|/l,     '&#187;&#124;&#171;', $RT::VERSION, '2011', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>', &>[_1] RT [_2] Copyright 1996-[_3] [_4].</&>
 </span></p>
 % if (!$Menu) {
-  <p id="legal"><&|/l, '<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>' &>Distributed under [_1]version 2 of the GNU GPL[_2].</a></&><br /><&|/l, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>' &>To inquire about support, training, custom development or licensing, please contact [_1].</&><br /></p>
+  <p id="legal"><&|/l, '<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>' &>Distributed under [_1]version 2 of the GNU GPL[_2].</&><br /><&|/l, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>' &>To inquire about support, training, custom development or licensing, please contact [_1].</&><br /></p>
 % }
 </div>
 % if ($Debug >= 2 ) {

-----------------------------------------------------------------------


More information about the Rt-commit mailing list