[geeklog-hg] geeklog: Removed bad value "self" for attribute rel on element a...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Oct 25 03:49:46 EDT 2014


changeset 9544:b38930481b59
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/b38930481b59
user: dengen <taharaxp at gmail.com>
date: Sat Oct 25 16:49:07 2014 +0900
description:
Removed bad value "self" for attribute rel on element a for comment's permalink

diffstat:

 public_html/layout/denim/comment/comment.thtml            |  2 +-
 public_html/layout/modern_curve/comment/comment.thtml     |  2 +-
 public_html/layout/professional/comment/comment.thtml     |  2 +-
 public_html/layout/professional_css/comment/comment.thtml |  2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diffs (48 lines):

diff -r 17e67a8d4568 -r b38930481b59 public_html/layout/denim/comment/comment.thtml
--- a/public_html/layout/denim/comment/comment.thtml	Fri Oct 24 19:00:54 2014 +0900
+++ b/public_html/layout/denim/comment/comment.thtml	Sat Oct 25 16:49:07 2014 +0900
@@ -10,7 +10,7 @@
   <div class="comment_content">{comments}</div>
 
   <div class="comment_navi">[
-   <span {hide_if_preview}>{reply_option} {parent_link} {delete_option} <a href="{site_url}/comment.php?mode=view&cid={cid}" rel="self bookmark" title="{lang_permlink}">#</a></span>
+   <span {hide_if_preview}>{reply_option} {parent_link} {delete_option} <a href="{site_url}/comment.php?mode=view&cid={cid}" rel="bookmark" title="{lang_permlink}">#</a></span>
   ]</div>
 </div>
 
diff -r 17e67a8d4568 -r b38930481b59 public_html/layout/modern_curve/comment/comment.thtml
--- a/public_html/layout/modern_curve/comment/comment.thtml	Fri Oct 24 19:00:54 2014 +0900
+++ b/public_html/layout/modern_curve/comment/comment.thtml	Sat Oct 25 16:49:07 2014 +0900
@@ -12,7 +12,7 @@
     <li>{reply_option}</li>
     <li>{parent_link}</li>
     <li>{delete_option}</li>
-    <li class="permlink"><a href="{site_url}/comment.php?mode=view&cid={cid}" rel="self bookmark">{lang_permlink}</a></li>
+    <li class="permlink"><a href="{site_url}/comment.php?mode=view&cid={cid}" rel="bookmark">{lang_permlink}</a></li>
   </ul>
 </div>
 
diff -r 17e67a8d4568 -r b38930481b59 public_html/layout/professional/comment/comment.thtml
--- a/public_html/layout/professional/comment/comment.thtml	Fri Oct 24 19:00:54 2014 +0900
+++ b/public_html/layout/professional/comment/comment.thtml	Sat Oct 25 16:49:07 2014 +0900
@@ -5,7 +5,7 @@
   <div style="vertical-align: top">{comments}</div>
   <div>
    <span {hide_if_preview}>
-    [ {reply_option} {parent_link} {delete_option} <a href="{site_url}/comment.php?mode=view&cid={cid}" rel="self bookmark" title="{lang_permlink}">#</a> ]
+    [ {reply_option} {parent_link} {delete_option} <a href="{site_url}/comment.php?mode=view&cid={cid}" rel="bookmark" title="{lang_permlink}">#</a> ]
    </span>
   </div>
 </div>
diff -r 17e67a8d4568 -r b38930481b59 public_html/layout/professional_css/comment/comment.thtml
--- a/public_html/layout/professional_css/comment/comment.thtml	Fri Oct 24 19:00:54 2014 +0900
+++ b/public_html/layout/professional_css/comment/comment.thtml	Sat Oct 25 16:49:07 2014 +0900
@@ -13,7 +13,7 @@
     <li>{reply_option}</li>
     <li>{parent_link}</li>
     <li>{delete_option}</li>
-    <li class="permlink"><a href="{site_url}/comment.php?mode=view&cid={cid}" rel="self bookmark">{lang_permlink}</a></li>
+    <li class="permlink"><a href="{site_url}/comment.php?mode=view&cid={cid}" rel="bookmark">{lang_permlink}</a></li>
   </ul>
 </div>
 



More information about the geeklog-cvs mailing list