svn commit: r51829 - head/ja_JP.eucJP/htdocs

Ryusuke SUZUKI ryusuke at FreeBSD.org
Thu Jun 14 09:57:57 UTC 2018


Author: ryusuke
Date: Thu Jun 14 09:57:56 2018
New Revision: 51829
URL: https://svnweb.freebsd.org/changeset/doc/51829

Log:
  Correct frontgetroundbox and frontnewroundbox block.

Modified:
  head/ja_JP.eucJP/htdocs/index.xsl

Modified: head/ja_JP.eucJP/htdocs/index.xsl
==============================================================================
--- head/ja_JP.eucJP/htdocs/index.xsl	Thu Jun 14 08:42:26 2018	(r51828)
+++ head/ja_JP.eucJP/htdocs/index.xsl	Thu Jun 14 09:57:56 2018	(r51829)
@@ -84,13 +84,13 @@
 
 		  <div id="frontfeaturemiddle">
 		      <div class="frontgetroundbox">
-			<div class="frontgettop"><div> </div> </div>
+			  <div class="frontgettop"><div><b style="display: none">.</b></div></div>
 
 			<div class="frontgetcontent">
 			  <a href="&base;/where.html">&os; ¤òÆþ¼ê¤¹¤ë</a>
 			</div> <!-- frontgetcontent -->
 
-			<div class="frontgetbot"><div> </div> </div>
+			  <div class="frontgetbot"><div><b style="display: none">.</b></div></div>
 		      </div> <!-- frontgetroundbox -->
 
 			<div id="frontreleases">
@@ -162,11 +162,11 @@
 		      </div> <!-- FRONTSHORTCUTS -->
 
 		      <div class="frontnewroundbox">
-			<div class="frontnewtop"><div> </div> </div>
+			  <div class="frontnewtop"><div><b style="display: none">.</b></div></div>
 			<div class="frontnewcontent">
-			  <a href="&base;/projects/newbies.html">FreeBSD ¤¬½é¤á¤Æ¤ÎÊý</a>
+			  <a href="&base;/projects/newbies.html">FreeBSD ¤¬½é¤á¤Æ¤È¤¤¤¦Êý¤Ø</a>
 			</div> <!-- frontnewcontent -->
-			<div class="frontnewbot"><div> </div> </div>
+			  <div class="frontnewbot"><div><b style="display: none">.</b></div></div>
 		      </div> <!-- frontnewroundbox -->
 			<!-- 25th anniversary logo -->
 			<div class="frontfeaturecontent">


More information about the svn-doc-all mailing list