Changeset 12133

Show
Ignore:
Timestamp:
05/21/08 19:10:29 (5 years ago)
Author:
tokuhirom
Message:

- fixed typo
- fixed duplicated items
- fixed invalid markup

Location:
websites/perl-users.jp
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • websites/perl-users.jp/html/index.html

    r12124 r12133  
    8989            <p>文章のライセンスは、特に明記が無い限りすべてCC-byでおねがいします。</p> 
    9090        </div> 
    91 test 
     91 
    9292<!-- content end --> 
    9393    </body> 
  • websites/perl-users.jp/html/modern_introduction_perl/index.html

    r12121 r12133  
    6060                    <ol> 
    6161                        <li>tie</li> 
    62                         <li>Storabl</li> 
     62                        <li>Storable</li> 
    6363                    </ol> 
    6464                </li> 
     
    6868                        <li>mysql</li> 
    6969                        <li>SQLite</li> 
    70                         <li>DBI</li> 
    71                         <li>O/Rマッパー</li> 
    72                         <ol> 
    73                             <li>DBIx::Class</li> 
    74                             <li>Data::ObjectDriver</li> 
    75                         </ol> 
     70                        <li>O/Rマッパー 
     71                            <ol> 
     72                                <li>DBIx::Class</li> 
     73                                <li>Data::ObjectDriver</li> 
     74                            </ol> 
     75                        </li> 
    7676                    </ol> 
    7777                </li> 
  • websites/perl-users.jp/ttroot/modern_introduction_perl/index.html

    r12121 r12133  
    3535                    <ol> 
    3636                        <li>tie</li> 
    37                         <li>Storabl</li> 
     37                        <li>Storable</li> 
    3838                    </ol> 
    3939                </li> 
     
    4343                        <li>mysql</li> 
    4444                        <li>SQLite</li> 
    45                         <li>DBI</li> 
    46                         <li>O/Rマッパー</li> 
    47                         <ol> 
    48                             <li>DBIx::Class</li> 
    49                             <li>Data::ObjectDriver</li> 
    50                         </ol> 
     45                        <li>O/Rマッパー 
     46                            <ol> 
     47                                <li>DBIx::Class</li> 
     48                                <li>Data::ObjectDriver</li> 
     49                            </ol> 
     50                        </li> 
    5151                    </ol> 
    5252                </li>