Commit 08489893 authored by Aurel's avatar Aurel

more pt $ escape

parent 6f171b85
......@@ -14,7 +14,7 @@
<!-- create one cell -->
<tr>
<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>
</tr>
<tr>
......@@ -24,7 +24,7 @@
</tr>
<tr>
<td>open</td>
<td>${base_url}/foo_module/Zuite_waitForActivities</td>
<td>&#36;{base_url}/foo_module/Zuite_waitForActivities</td>
<td></td>
</tr>
<tr>
......@@ -34,7 +34,7 @@
</tr>
<tr>
<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>
</tr>
......@@ -67,7 +67,7 @@
<tr>
<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>
</tr>
<!-- When a cell exist at these coordinate, `cell` in TALES context is the cell. -->
......@@ -87,4 +87,4 @@
</tbody>
</table>
</body>
</html>
\ No newline at end of file
</html>
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