Changeset 827 for trunk


Ignore:
Timestamp:
1999-12-13T15:47:38+13:00 (24 years ago)
Author:
davidb
Message:

added call to cgi_safe to ensure href correctly formatted.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/extlinkaction.cpp

    r756 r827  
    2727#include <string.h>
    2828#include "extlinkaction.h"
     29#include "cgiutils.h"
    2930
    3031extlinkaction::extlinkaction () {
     
    107108  // _prevdoc_             link to previous document
    108109 
    109   disp.setmacro("nexturl", "extlink", args["href"]);
     110  disp.setmacro("nexturl", "extlink", cgi_safe(args["href"]));
    110111  disp.setmacro("prevdoc", "extlink", args["d"]);
    111112}
Note: See TracChangeset for help on using the changeset viewer.