[geeklog-cvs] geeklog: Removed rel="tag" from topic links in lib-story.php as ...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Nov 30 03:40:18 EST 2008


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/63901185e583
changeset: 6487:63901185e583
user:      Dirk Haun <dirk at haun-online.de>
date:      Sun Nov 30 09:23:40 2008 +0100
description:
Removed rel="tag" from topic links in lib-story.php as that would indicate a Microformat with a slightly different meaning

diffstat:

2 files changed, 4 insertions(+), 2 deletions(-)
public_html/docs/history |    2 ++
system/lib-story.php     |    4 ++--

diffs (33 lines):

diff -r 66c097dcf51d -r 63901185e583 public_html/docs/history
--- a/public_html/docs/history	Mon Nov 24 15:40:56 2008 +0100
+++ b/public_html/docs/history	Sun Nov 30 09:23:40 2008 +0100
@@ -3,6 +3,8 @@
 ??? ??, 2008 (1.5.2)
 ------------
 
+- Removed rel="tag" from topic links in lib-story.php as that would indicate a
+  Microformat with a slightly different meaning [Dirk]
 - Fixed inconsistencies and various small mistakes when displaying "Access
   denied" messages on the admin pages [Dirk]
 - Added a print.css stylesheet to be used by the printable template files
diff -r 66c097dcf51d -r 63901185e583 system/lib-story.php
--- a/system/lib-story.php	Mon Nov 24 15:40:56 2008 +0100
+++ b/system/lib-story.php	Sun Nov 30 09:23:40 2008 +0100
@@ -184,7 +184,7 @@
                 COM_createLink(
                     $topicimage,
                     $topicurl,
-                    array('rel'=>"category tag")
+                    array('rel'=>"category")
                 )
             );
             $article->set_var( 'story_topic_image', $topicimage );
@@ -194,7 +194,7 @@
                 COM_createLink(
                     $topicimage_noalign,
                     $topicurl,
-                    array('rel'=>"category tag")
+                    array('rel'=>"category")
                 )
             );
             $article->set_var( 'story_topic_image_no_align',



More information about the geeklog-cvs mailing list