]> gitweb.factorcode.org Git - factor.git/commitdiff
webapps.wiki: setting no-follow by default
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 10 Jan 2022 16:36:24 +0000 (08:36 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 10 Jan 2022 16:36:24 +0000 (08:36 -0800)
extra/webapps/wiki/view.xml
extra/webapps/wiki/wiki-common.xml

index 38d9d39d558777b8f1e7e7a23222feca7121f7a4..93d7020c15bae9b2f098ba256546b878c439fdaa 100644 (file)
@@ -5,7 +5,7 @@
        <t:title><t:label t:name="title" /></t:title>
 
        <div class="description">
-               <t:farkup t:name="content" />
+               <t:farkup t:name="content" t:no-follow="true" />
        </div>
 
        <p>
index c94447f7ff711503e6229fb76f97315213d3ffda..129e75bf3a22c0cf83c4ba33ed35fe0afd1cd263 100644 (file)
@@ -22,7 +22,7 @@
                         </t:a>
                     </h2>
 
-                    <t:farkup t:name="content" />
+                    <t:farkup t:name="content" t:no-follow="true" />
                 </t:bind>
             </div>
         </t:if>
@@ -64,7 +64,7 @@
         <t:if t:value="footer">
             <div class="footer">
                 <t:bind t:name="footer">
-                    <t:farkup t:name="content" />
+                    <t:farkup t:name="content" t:no-follow="true" />
                 </t:bind>
             </div>
         </t:if>