Commit 08489893 authored by Aurel's avatar Aurel

more pt $ escape

parent 6f171b85
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<!-- create one cell --> <!-- create one cell -->
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/foo_module/FooModule_createObjects?create_line:int=1</td> <td>&#36;{base_url}/foo_module/FooModule_createObjects?create_line:int=1</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
</tr> </tr>
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/foo_module/Zuite_waitForActivities</td> <td>&#36;{base_url}/foo_module/Zuite_waitForActivities</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
</tr> </tr>
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/foo_module/0/1/FooLine_viewMatrixBox</td> <td>&#36;{base_url}/foo_module/0/1/FooLine_viewMatrixBox</td>
<td></td> <td></td>
</tr> </tr>
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/foo_module/0/1/FooLine_viewMatrixBoxTALESContext</td> <td>&#36;{base_url}/foo_module/0/1/FooLine_viewMatrixBoxTALESContext</td>
<td></td> <td></td>
</tr> </tr>
<!-- When a cell exist at these coordinate, `cell` in TALES context is the cell. --> <!-- When a cell exist at these coordinate, `cell` in TALES context is the cell. -->
...@@ -87,4 +87,4 @@ ...@@ -87,4 +87,4 @@
</tbody> </tbody>
</table> </table>
</body> </body>
</html> </html>
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment