Fix final 41 QA issues: strip .html from blog links, fix WP upload assets, fix malformed URLs
This commit is contained in:
@@ -123,16 +123,16 @@ var t = {"antispam":"capek-rulz","purchase_email":"valid purchase email","valid_
|
||||
|
||||
</ul>
|
||||
|
||||
<div id="nav-panel" class="nav-panel product-detail"><p>The setup package that you can download from our website contains more than 20 sample projects with full source code that demonstrate various features. In addition to that, you can also use the following:</p>
|
||||
|
||||
<p>
|
||||
<strong>
|
||||
<ol class="common">
|
||||
<li><a href="/better-listview/quick-start-guide" onclick="window.open(this.href); return false">Quick Start Guide (Step-by-step)</a></li>
|
||||
<li><a href="/better-listview/documentation" onclick="window.open(this.href); return false">Documentation</a></li>
|
||||
<li><a href="/better-listview/class-reference" onclick="window.open(this.href); return false">Class Reference</a></li>
|
||||
</ol>
|
||||
</strong>
|
||||
<div id="nav-panel" class="nav-panel product-detail"><p>The setup package that you can download from our website contains more than 20 sample projects with full source code that demonstrate various features. In addition to that, you can also use the following:</p>
|
||||
|
||||
<p>
|
||||
<strong>
|
||||
<ol class="common">
|
||||
<li><a href="/better-listview/quick-start-guide" onclick="window.open(this.href); return false">Quick Start Guide (Step-by-step)</a></li>
|
||||
<li><a href="/better-listview/documentation" onclick="window.open(this.href); return false">Documentation</a></li>
|
||||
<li><a href="/better-listview/class-reference" onclick="window.open(this.href); return false">Class Reference</a></li>
|
||||
</ol>
|
||||
</strong>
|
||||
</p></div>
|
||||
|
||||
|
||||
@@ -329,7 +329,7 @@ var t = {"antispam":"capek-rulz","purchase_email":"valid purchase email","valid_
|
||||
<h4>Better ListView Express 3.14.0 released!</h4>
|
||||
<p>
|
||||
|
||||
<a href="/better-listview-express/releases%3Fsince=3.14.0">See what's new</a>
|
||||
<a href="/better-listview-express/releases">See what's new</a>
|
||||
or
|
||||
|
||||
<a href="/betterlistviewexpress.exe" onclick="download_email('better-listview-express');">Download latest release</a>
|
||||
@@ -353,19 +353,19 @@ Copyright © 2018 ComponentOwl.com, Dextronet.com. All rights reserved. Read
|
||||
</div>
|
||||
|
||||
<script src="/javascripts/app_packaged.js%3F1455269826" type="text/javascript"></script>
|
||||
<script type="text/javascript">
|
||||
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-16362539-4']);
|
||||
_gaq.push(['_trackPageview']);
|
||||
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-16362539-4']);
|
||||
_gaq.push(['_trackPageview']);
|
||||
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
|
||||
</script>
|
||||
<script src="http://load.sumome.com/" data-sumo-site-id="854b5e00f297990012cc230023375a00787c0000216621002775a800d79ad500" async="async"></script>
|
||||
|
||||
<!-- Place this tag after the last plusone tag -->
|
||||
|
||||
Reference in New Issue
Block a user