summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-09-04 11:21:53 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-09-04 11:21:53 -0500
commit16a628874b86bf64d0ffcafc2e72627c17040914 (patch)
tree2547adea50cd9ecbbad0d2fb1bb26a39e796f393
parent485696ecef94479094e0211ac23a6d2667f4036d (diff)
downloadhorizon-16a628874b86bf64d0ffcafc2e72627c17040914.tar.gz
horizon-16a628874b86bf64d0ffcafc2e72627c17040914.tar.bz2
horizon-16a628874b86bf64d0ffcafc2e72627c17040914.tar.xz
horizon-16a628874b86bf64d0ffcafc2e72627c17040914.zip
req: 3: Fix XML error in accidentally-added unfinished Runner reqs
-rw-r--r--devel/requirements/3_functional.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/requirements/3_functional.xml b/devel/requirements/3_functional.xml
index 2149a33..8e1f4b4 100644
--- a/devel/requirements/3_functional.xml
+++ b/devel/requirements/3_functional.xml
@@ -815,7 +815,7 @@
<listitem><para>If the path to the HorizonScript is not provided, assume the HorizonScript is remote and end the calculation. Priority: Low.</para></listitem>
<listitem><para>If the path to the HorizonScript begins with a single "/" followed by an alphanumeric character, the HorizonScript is local.</para></listitem>
<listitem><para>If the path to the HorizonScript begins with a recognised valid protocol for downloading a HorizonScript followed by the characters "://", the HorizonScript is remote.</para></listitem>
- <listitem><para>If the path to the HorizonScript begins with an alphanumeric character, the HorizonScript is local and relative to the path <filename type="directory">/etc/horizon</filename>.</para></listitem>
+ <listitem><para>If the path to the HorizonScript begins with an alphanumeric character, the HorizonScript is local and relative to the path <filename class="directory">/etc/horizon</filename>.</para></listitem>
<listitem><para>If the path to the HorizonScript does not match any of the rules specified before this line, the path provided is invalid and the system shall return an error.</para></listitem>
</orderedlist>
</para>