diff options
Diffstat (limited to 'redirector.html')
-rw-r--r-- | redirector.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redirector.html b/redirector.html index 4f06438..2af7493 100644 --- a/redirector.html +++ b/redirector.html @@ -142,7 +142,7 @@ <label>excluding:</label> <span>asdfasdf</span> </div> <div> - <label>Example:</label> <span>{{example(r)}}</span> + <label>Example:</label> <span class="error" ng-show="r.error">{{r.error}}</span><span ng-show="r.exampleResult">{{r.exampleUrl}} <span class="arrow">→</span> {{r.exampleResult}}</span> </div> <div> <label>Applies to:</label> <span>{{r.appliesTo|requestTypeDisplay}}</span> |