summaryrefslogtreecommitdiff
path: root/sins.py
diff options
context:
space:
mode:
authorAleš Smodiš <aless@guru.si>2015-07-17 10:35:18 +0200
committerAleš Smodiš <aless@guru.si>2015-07-17 10:35:18 +0200
commit05776919ecf6184472bfbb6959d141fe66b0b3da (patch)
treeeb3db542d974bfbea3e5735f1b7a21a8cae69116 /sins.py
parent914d4397eec93dd35030bbdc5ea88239c7b37a9e (diff)
Bugfix: the svg declaration was off.
Diffstat (limited to 'sins.py')
-rw-r--r--sins.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/sins.py b/sins.py
index b37d154..812c363 100644
--- a/sins.py
+++ b/sins.py
@@ -18,9 +18,11 @@ hint['list_empty'] = {
'type': 'static',
'message': """
Kaj se zgodi, če je <code>SortedList</code> prazen?<br>
-<svg> xmlns="http://www.w3.org/2000/svg"
+<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 0 150 70"
+ width="300"
+ height="140"
preserveAspectRatio="xMidYMid"
version="1.1">
<desc>Animates sorted insert (sins/3) with rectangles.</desc>