[geeklog-cvs] geeklog: Added rel="author" to contributedby_anchortag

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Aug 28 11:08:58 EDT 2011


changeset 8379:f482f353512a
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/f482f353512a
user: Dirk Haun <dirk at haun-online.de>
date: Sun Jul 24 10:07:44 2011 +0200
description:
Added rel="author" to contributedby_anchortag

diffstat:

 system/lib-story.php |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r fab2d0c884bc -r f482f353512a system/lib-story.php
--- a/system/lib-story.php	Tue Jul 12 10:59:17 2011 -0400
+++ b/system/lib-story.php	Sun Jul 24 10:07:44 2011 +0200
@@ -138,7 +138,8 @@
                         . '/users.php?mode=profile&uid='
                         . $story->DisplayElements('uid');
             $article->set_var('start_contributedby_anchortag',
-                    '<a class="storybyline" href="' . $profileUrl . '">');
+                    '<a class="storybyline" href="' . $profileUrl
+                    . '" rel="author">');
             $article->set_var('end_contributedby_anchortag', '</a>');
             $article->set_var('contributedby_url', $profileUrl);
         }



More information about the geeklog-cvs mailing list