From 78b7b535579041588639493acc216d1d60a43cee Mon Sep 17 00:00:00 2001
From: JWu <j.wuttke@fz-juelich.de>
Date: Tue, 8 Jan 2013 12:34:00 +0100
Subject: [PATCH] < and > not compatible with HTML

---
 pub/src/coord.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pub/src/coord.cpp b/pub/src/coord.cpp
index bcbf8161..ee666ff7 100644
--- a/pub/src/coord.cpp
+++ b/pub/src/coord.cpp
@@ -25,7 +25,7 @@ using namespace std;
 //  class CCoord                                                            //
 //**************************************************************************//
 
-//! Constructor parsing "<name> (<unit>)", where <unit> may be empty.
+//! Constructor parsing "name (unit)", where unit may be empty.
 
 CCoord::CCoord( const string in )
 {
-- 
GitLab