Ok, so I compared the 2 versions of the source of the specific section page:
and so far I have spotted this difference:
1.0.9 version of the page (only the part where the difference is obvious) :
Code:
<div class="componentheading">
Articles and Archives </div>
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center" class="contentpane">
<tr>
<td width="60%" valign="top" class="contentdescription" colspan="2">
<img src="http://www.lostechoes.net/images/stories/articlessectionimage.gif" align="right" hspace="6" alt="articlessectionimage.gif" />
Articles by members of Lost Echoes. Archival Database.
</td>
</tr>
<tr>
<td>
</td>
</tr>
<tr>
<td colspan="2">
<ul>
<li>
<a href="http://www.lostechoes.net/index.php?option=com_content&task=category§ionid=7&id=17&Itemid=30" class="category">
Articles and Archives</a>
<i>( 13 items )</i>
<br />
The Lost Echoes archival database on music and non-music related sources of interest.<br /><br />
and here is the 1.0.10 version of the same page (the correspeonding part where you can see the difference):
Code:
<div class="componentheading">
Articles and Archives </div>
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center" class="contentpane">
<tr>
<td width="100%">
</td>
</tr>
<tr>
<td colspan="2">
<ul>
<li>
<a href="http://www.lostechoes.net/content/category/7/17/30/" class="category">
Articles and Archives</a>
<i>( 12 items )</i>
<br />
The Lost Echoes archival database on music and non-music related sources of interest.<br /><br />
So the conclusion:
more specisely here are the two parts that are different between the two versions of the same page:
1.0.9 :
 Articles by members of Lost Echoes. Archival Database. |