aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'example_ads.py')
-rw-r--r--example_ads.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/example_ads.py b/example_ads.py
index 9c52421..25aa3eb 100644
--- a/example_ads.py
+++ b/example_ads.py
@@ -12,13 +12,13 @@
ads = [
{
- 'type':'txt',
+ 'type':'html',
'name': 'internal_name_1',
'title': 'human title 1',
'tier': 1,
'weight': 15, #bogomips
'url': 'http://www1.example.com',
- 'text': 'On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.',
+ 'html': '<h2>Heading</h2><p>This <a href="http://www.example.com">here</a> is a link.</p>',
'height': 120,
'width': 125,
},