Page 1 of 1

CreativeCommons wrong URL

Posted: Fri Nov 11, 2005 12:59 pm
by CaptainCrunch
Within serendipty_event_creativecommons (at least) the link to the german BY-SA-page is wrong. Diff attached:

Code: Select all

--- serendipity_event_creativecommons.php.old   2005-11-11 12:53:05.000000000 +0100
+++ serendipity_event_creativecommons.php       2005-11-11 12:53:17.000000000 +0100
@@ -120,7 +120,7 @@
                     $license_uri .= 'jp/';
                     break;
                 case 'de':
-                    $license_uri .= 'de/deed.de';
+                    $license_uri .= 'deed.de';
                     break;
             }
         }
Hth

Re: CreativeCommons wrong URL

Posted: Fri Nov 11, 2005 1:31 pm
by garvinhicking
Thanks a lot! Committed!

Regard,sGarvin

Posted: Sat Nov 12, 2005 6:18 pm
by CaptainCrunch
You're welcome. 8)

It's a great feeling being able to help you...a little at least. ;)