From b451fc464b07af591b09d999aba0f5b897fbf99f Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Thu, 2 Mar 2017 08:45:45 +1300 Subject: [PATCH] Escape literal > in HTML --- Doc/Manual/R.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/Manual/R.html b/Doc/Manual/R.html index 40b96d6c9..08c2217af 100644 --- a/Doc/Manual/R.html +++ b/Doc/Manual/R.html @@ -129,7 +129,7 @@ These two files can be loaded in any order
  • If you do not set the output file name appropriately, you might see errors like
    -> fact(4)
    +> fact(4)
     Error in .Call("R_swig_fact", s_arg1, as.logical(.copy), PACKAGE = "example") :
       "R_swig_fact" not available for .Call() for package "example"