Skip to content

Commit 21ec542

Browse files
grunt
1 parent 28e5be4 commit 21ec542

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

templates/upsell.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<div class="pro-feature-features">
44
<h2>More charts!</h2>
55
<p>Gain access to 6 more charts right away, and more in the future. So far these include the gauge, candlestick, timeline, combo, polar area and radar charts.</p>
6-
<p>Of course, these are fully customizable!</p>
6+
<p>Of course, these are fully customizable!</p>
77
</div>
8-
<div class="pro-feature-image"><img src="<?php echo VISUALIZER_ABSURL ;?>/images/pro/more_charts.png"></div>
8+
<div class="pro-feature-image"><img src="<?php echo VISUALIZER_ABSURL; ?>/images/pro/more_charts.png"></div>
99
<div class="clear"></div>
1010
</div>
1111
</div>
@@ -18,7 +18,7 @@
1818
<p>Use our excel-like data editor to configure your charts, unlimited value, and you can paste your data directly from excel!</p>
1919

2020
</div>
21-
<div class="pro-feature-image"><img src="<?php echo VISUALIZER_ABSURL ;?>/images/pro/excel.png"></div>
21+
<div class="pro-feature-image"><img src="<?php echo VISUALIZER_ABSURL; ?>/images/pro/excel.png"></div>
2222
<div class="clear"></div>
2323
</div>
2424
</div>
@@ -29,9 +29,9 @@
2929
<div class="pro-feature-features">
3030
<h2>Premium support</h2>
3131
<p>Get timely help from our trained representatives, they will answer all your questions, and even help you setup your instance.</p>
32-
<p>With our Agency plan, you'll even get to chat with them in real time and get immediate answers (within regular business hours).</p>
32+
<p>With our Agency plan, you'll even get to chat with them in real time and get immediate answers (within regular business hours).</p>
3333
</div>
34-
<div class="pro-feature-image"><img src="<?php echo VISUALIZER_ABSURL ;?>/images/pro/support.png"></div>
34+
<div class="pro-feature-image"><img src="<?php echo VISUALIZER_ABSURL; ?>/images/pro/support.png"></div>
3535
<div class="clear"></div>
3636
</div>
3737
</div>
@@ -41,10 +41,10 @@
4141
<div class="pro-feature-inner">
4242
<div class="pro-feature-features">
4343
<h2>Import any data from your database!</h2>
44-
<p>Do you want to create a chart based on custom queries? Or display data about wordpress statistics? Do you want to import data periodically (every day, every hour, etc.) ?</p>
45-
<p>With Pro you can do all of these, and much more. <a href="<?php echo Visualizer_Plugin::PRO_TEASER_URL; ?>">Visit our site to know more.</a></p>
44+
<p>Do you want to create a chart based on custom queries? Or display data about WordPress statistics? Do you want to import data periodically (every day, every hour, etc.) ?</p>
45+
<p>With Pro you can do all of these, and much more. <a href="<?php echo Visualizer_Plugin::PRO_TEASER_URL; ?>">Visit our site to know more.</a></p>
4646
</div>
47-
<div class="pro-feature-image"><img src="<?php echo VISUALIZER_ABSURL ;?>/images/pro/import.png"></div>
47+
<div class="pro-feature-image"><img src="<?php echo VISUALIZER_ABSURL; ?>/images/pro/import.png"></div>
4848
<div class="clear"></div>
4949
</div>
5050
</div>

0 commit comments

Comments
 (0)