Skip to content

Commit

Permalink
fix parse error
Browse files Browse the repository at this point in the history
  • Loading branch information
james58899 committed Jun 27, 2018
1 parent 0a24c89 commit e3c52c1
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 18 deletions.
3 changes: 1 addition & 2 deletions dl/fx/index.shtml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
<H1>下載 Mozilla Firefox</H1>
<div class='dlall'>
<div><h3> 最新版本 </h3>
<!--#if expr="" --><!-- point to .shtml while test locally --><!--#endif -->
<!--#include virtual="/inc/dlff.html" -->
<!--#include virtual="/inc/dlff.shtml" -->
<br/>

<div style='width: 30%;'>
Expand Down
2 changes: 1 addition & 1 deletion events/sfx/workshop.shtml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<body>
<!--#set var="page_title" value="Firefox 研討會" -->
<!--#include virtual="/events/sfx/top_block.html" -->
<!--#include virtual="/events/sfx/top_block.shtml" -->


<div id="main-content">
Expand Down
3 changes: 1 addition & 2 deletions firefox/extension_top_15/1nd.shtml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ function hidden_descript(obj) {

<div class="download">
<h3>下載 Firefox 中文版</h3>
<!--#if expr="" --><!-- point to .shtml while test locally --><!--#endif -->
<!--#include virtual="/inc/dlff.html" -->
<!--#include virtual="/inc/dlff.shtml" -->
</div><ul>
<li><a class="ancilliaryLink" href="/firefox/">Firefox 中文版介紹</a></li>
<li><a class="ancilliaryLink" href="http://forum.moztw.org/viewforum.php?f=11">Mozilla Taiwan 擴充套件討論區</a></li>
Expand Down
3 changes: 1 addition & 2 deletions firefox/extension_top_15/2nd.shtml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ function hidden_descript(obj) {

<div class="download">
<h3>下載 Firefox 中文版</h3>
<!--#if expr="" --><!-- point to .shtml while test locally --><!--#endif -->
<!--#include virtual="/inc/dlff.html" -->
<!--#include virtual="/inc/dlff.shtml" -->
</div><ul>
<li><a class="ancilliaryLink" href="/firefox/">Firefox 中文版介紹</a></li>
<li><a class="ancilliaryLink" href="http://forum.moztw.org/viewforum.php?f=11">MozTW 擴充套件討論區</a></li>
Expand Down
3 changes: 1 addition & 2 deletions firefox/extension_top_15/index.shtml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ function hidden_descript(obj) {

<div class="download">
<h3>下載 Firefox 中文版</h3>
<!--#if expr="" --><!-- point to .shtml while test locally --><!--#endif -->
<!--#include virtual="/inc/dlff.html" -->
<!--#include virtual="/inc/dlff.shtml" -->
</div><ul>
<li><a class="ancilliaryLink" href="/firefox/">Firefox 中文版介紹</a></li>
<li><a class="ancilliaryLink" href="http://forum.moztw.org/viewforum.php?f=11">MozTW 擴充套件討論區</a></li>
Expand Down
3 changes: 1 addition & 2 deletions firefox/releases/1.0pr/index.shtml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
<div id="product-side">
<div class="download">
<h3>馬上下載</h3>
<!--#if expr="" --><!-- point to .shtml while test locally --><!--#endif -->
<!--#include virtual="/inc/dlff.html" -->
<!--#include virtual="/inc/dlff.shtml" -->
</div><ul>
<li><a class="ancilliaryLink" href="/docs/ff/system-requirements">系統需求</a></li>
<li><a class="ancilliaryLink" href="/firefox/0.10.html">版本資訊</a></li>
Expand Down
5 changes: 1 addition & 4 deletions index.shtml
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,7 @@
<div class="download dl-box">
<h3><a href="https://mozilla.org/firefox/" title="全新 Firefox Quantum,更快、更多好事。" onclick="ga('send', 'event', 'Outgoing', 'mozilla.org/firefox', 'home_dl_title');"><strong class="downloadText">Firefox 正體中文版</strong></a></h3>
<div style="margin-top: 5px;">
<!--#if expr="" -->
<!-- point to .shtml while test locally -->
<!--#endif -->
<!--#include virtual="/inc/dlff.html" -->
<!--#include virtual="/inc/dlff.shtml" -->
</div>
</div>
<div class="download dl-mobile" onclick="">
Expand Down
3 changes: 1 addition & 2 deletions narrow.shtml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
<div class="download">
<h3><a href="/firefox/"><strong class="downloadText">下載 Firefox</strong></a></h3>
<div style='background: url(/images/product-download-firefox.png) no-repeat;margin-top: 5px;'>
<!--#if expr="" --><!-- point to .shtml while test locally --><!--#endif -->
<!--#include virtual="/inc/dlff.html" -->
<!--#include virtual="/inc/dlff.shtml" -->
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion thunderbird/inc/tb_tail-sandstone.shtml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@
</div>
</section>

<!--#include virtual="/sandstone/footer.html" -->
<!--#include virtual="/sandstone/footer.shtml" -->

0 comments on commit e3c52c1

Please sign in to comment.