diff options
author | Kevin Chabowski <kevin@kch42.de> | 2011-11-16 23:21:35 +0100 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2011-11-16 23:21:35 +0100 |
commit | a8b1cac62f1da62ff7a12e235c7a02630acdbd28 (patch) | |
tree | 5a6c5f4fe041a2c2ce67a3ea159bae473238c0b0 /docu | |
parent | 7dfbc5c23bbf7198e3abda72a9fd293e1c286978 (diff) | |
download | ste-a8b1cac62f1da62ff7a12e235c7a02630acdbd28.tar.gz ste-a8b1cac62f1da62ff7a12e235c7a02630acdbd28.tar.bz2 ste-a8b1cac62f1da62ff7a12e235c7a02630acdbd28.zip |
Fixed documentation (again -.-)
Diffstat (limited to 'docu')
-rw-r--r-- | docu/language_definition.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docu/language_definition.html b/docu/language_definition.html index d0feb4e..3116838 100644 --- a/docu/language_definition.html +++ b/docu/language_definition.html @@ -500,7 +500,7 @@ </ste:for> </ste:mktag> <ste:mktag name="double"> - <ste:math><ste:tagcontent /> * 2</ste:math> + <ste:calc><ste:tagcontent /> * 2</ste:calc> </ste:mktag> <ste:countdown from="5" counter="i"> <ste:double>$i</ste:double><br /> |