Quantcast
Channel: C1 CMS Foundation - Open Source on .NET
Viewing all articles
Browse latest Browse all 2540

Commented Issue: Plus symbols (+) are not preserved inside Razor function arguments [1670]

$
0
0
In 4.0b4, plus symbols inside Razor functions are replaced with spaces whenever I save a page containing them. For example:

```
<html xmlns="http://www.w3.org/1999/xhtml">
<head></head>
<body>
<f:function name="ellipsoid.org.Content.Equation" xmlns:f="http://www.composite.net/ns/function/1.0">
<f:param name="Body" value="1 + 1 = 2" />
</f:function>
</body>
</html>
```

After saving this page, closing it, then opening it again, the plus symbols are replaced with spaces:

```
<html xmlns="http://www.w3.org/1999/xhtml">
<head></head>
<body>
<f:function name="ellipsoid.org.Content.Equation" xmlns:f="http://www.composite.net/ns/function/1.0">
<f:param name="Body" value="1 1 = 2" />
</f:function>
</body>
</html>
```
Comments: ** Comment from web user: mrboh **

Awesome, cheers :)


Viewing all articles
Browse latest Browse all 2540

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>