aboutsummaryrefslogtreecommitdiffstats
path: root/examples/macros.fmark
diff options
context:
space:
mode:
Diffstat (limited to 'examples/macros.fmark')
-rw-r--r--examples/macros.fmark7
1 files changed, 5 insertions, 2 deletions
diff --git a/examples/macros.fmark b/examples/macros.fmark
index 1fa4351..fe69b1b 100644
--- a/examples/macros.fmark
+++ b/examples/macros.fmark
@@ -1,4 +1,4 @@
-<script type="text/javascript">
+<div><script type="text/javascript">
function loadCSS(filename){
var file = document.createElement("link");
@@ -8,10 +8,13 @@
document.head.appendChild(file);
}
- loadCSS("./test.css");
+ loadCSS("file:///home/yannherklotz/Github/FMark/examples/test.css");
</script>
+<p>sdassdd</p>
+</div>
+
{% macro input(text)
<form action="/html/tags/html_form_tag_action.cfm" method="post">