diff options
author | Aleš Smodiš <aless@guru.si> | 2015-07-17 10:35:18 +0200 |
---|---|---|
committer | Aleš Smodiš <aless@guru.si> | 2015-07-17 10:35:18 +0200 |
commit | 05776919ecf6184472bfbb6959d141fe66b0b3da (patch) | |
tree | eb3db542d974bfbea3e5735f1b7a21a8cae69116 | |
parent | 914d4397eec93dd35030bbdc5ea88239c7b37a9e (diff) |
Bugfix: the svg declaration was off.
-rw-r--r-- | sins.py | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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> |