Projekt

Obecné

Profil

« Předchozí | Další » 

Revize f260dac8

Přidáno uživatelem Vojtěch Bartička před asi 2 roky(ů)

Fixed issues in AnnotationService and HTMLService

Zobrazit rozdíly:

Backend/Core/Services/HTMLService/HTMLService.cs
452 452
         *      Partial HTML Preprocessing ----------------------------------------------------------------------------
453 453
         */
454 454

  
455
        public (string, CachedInfo) PartialPreprocessHTMLAddTag(string htmlToEdit, string htmlOriginal, AnnotationTag tagToAdd, List<AnnotationTagGeneric> tags, CachedInfo cachedInfo)
455
        public (string, CachedInfo) PartialPreprocessHTMLAddTag(string htmlToEdit, string htmlOriginal, AnnotationTagGeneric tagToAdd, List<AnnotationTagGeneric> tags, CachedInfo cachedInfo)
456 456
        {
457 457
            UnpackCachedInfo(cachedInfo);
458 458

  
......
524 524
        }
525 525

  
526 526

  
527
        public (string, CachedInfo) PartialPreprocessHTMLRemoveTag(string htmlToEdit, string htmlOriginal, AnnotationTag tagToRemove, List<AnnotationTagGeneric> tags, CachedInfo cachedInfo)
527
        public (string, CachedInfo) PartialPreprocessHTMLRemoveTag(string htmlToEdit, string htmlOriginal, AnnotationTagGeneric tagToRemove, List<AnnotationTagGeneric> tags, CachedInfo cachedInfo)
528 528
        {
529 529
            UnpackCachedInfo(cachedInfo);
530 530

  

Také k dispozici: Unified diff